DelauDeric
SSolara
•Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
Hi. We have several dialog boxes with InputText that we'd like to have the following default behavior:
- upon "keyup.enter" : accept input
- upon "focusout" : discard input
I can't figure if InputText can allow this as
on_value
is event-agnostic, and there's only update_events
to restrict the call to this callback. Thus if update_events=["keyup.enter"] I lack a means to catch focusout...
Any ideas on how to achieve this?6 replies