You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at MaterialComboBox.setSingleValue(T, boolean) isn't it wrong to use values as new value (values contains all possible items in combo, not newly selected one)? Shouldn't it be something like Collections.singletonList(value)?
The text was updated successfully, but these errors were encountered:
Looking at MaterialComboBox.setSingleValue(T, boolean) isn't it wrong to use
values
as new value (values
contains all possible items in combo, not newly selected one)? Shouldn't it be something likeCollections.singletonList(value)
?The text was updated successfully, but these errors were encountered: