-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
The documentation of com.google.gwt.user.client.ui.HasValue#setValue(T) states that it should set the value without firing events. However, many of the overridden setValue functions in Material classes that implement this interface do the opposite.
This is true for AbstractValueWidget, MaterialSwitch, (Addins)MaterialComboBox, and MaterialListValueBox
Either these implementations should be fixed to not fire events (as stated by the HasValue interface), or these implementations should be documented such that this is explained.