Hi, when I update a control, e.g. a slider, with NotificationType::dontSendNotification, any listeners don’t get called as expected. However, if anything is listening to the value object then these still get notified.
Is there anyway to skip this process so that nothing gets notified if a control is updated with NotificationType::dontSendNotification?
thx