ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Use Tab key to validate input change on Slider

Open chaffra opened this issue 6 years ago • 2 comments

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?

chaffra avatar Aug 21 '19 16:08 chaffra