plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
270 stars 147 forks source link

[Feature request] equivalent of n_submit property of 'input' component with global focus #1004

Open crabbixOCE opened 1 year ago

crabbixOCE commented 1 year ago

i.e., something which allows me to trigger a callback whenever the 'Enter' key is pressed, regardless of which component is currently in focus.

n_submit property of dcc.Input has the desired behaviour but only when said component is active.