ipywidgets
ipywidgets copied to clipboard
Use Tab key to validate input change on Slider
I noticed the Tab key does not change the value on a FloatSlider for example. To reproduce, type a new value in the entry text box, press Tab instead of Enter. You move to a different focus but the slider does not get updated.
- Is this the intended behavior?
- Shouldn't a value change be triggered when the widget looses focus and its text entry actually changed?