Files
zulip/web/tests/input_pill.test.js
Lalit 0a66fada64 input_pill: Use "input" event handler for textInputHook.
Register our `onTextInputHook` to be called on "input" events so that
the hook receives the updated text content of the input unlike the "keydown"
event which does not update the text content before running the hook.
2024-05-02 12:01:30 -07:00

17 KiB