ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

ComboBox reset value

Open paoloalba opened this issue 3 years ago • 0 comments
trafficstars

After selecting a value from the combobox, I can not successfully clear the field value from the GUI. This means that if I have a background process which depends on the value of the combobox, after selecting a specific value, the background will always see such value until I do not assign another one to it, that is not an empty string.

Is this a desired behaviour? I am using ipywidgets==8.0.0b1 on Chrome with jupyter lab Version 3.2.8

paoloalba avatar Jan 30 '22 16:01 paoloalba