Description
Clicking away from a text-based widget in an interact_manual function triggers an execute event without the button being clicked.
This also occurs if one tabs away from it (or shift-tabs, etc.)
Reproduce
import ipywidgets as widgets
@widgets.interact_manual(x='y')
def f(x):
return x
Context
- Clean environment with ipywidgets version 8.1.7
- Windows 11
- VSCode Jupyter extension