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
select.setValue(0) does nothing : no option is selected, the combo remains empty select.setValue(1) or select.setValue(2) works fine of course as expected
The text was updated successfully, but these errors were encountered:
I believe the 0 is considered the "null" value, ie. the value corresponding to the scenario where no selection was made yet.
Have you tested this together with the property "emptyValue"? Not sure if it would work since I didn't have time to test it.
cc: @sa-si-dev
Hi,
I have a select with the following options (simplified example) :
select.setValue(0)
does nothing : no option is selected, the combo remains emptyselect.setValue(1)
orselect.setValue(2)
works fine of course as expectedThe text was updated successfully, but these errors were encountered: