#Am I able to listen for custom events in a TextInput?
2 messages · Page 1 of 1 (latest)
Use onKeyDown prop, it is the same as with a regular input element
2 messages · Page 1 of 1 (latest)
I want to be able to trigger a button when a person clicks the enter button on their keyboard while they're typing in a TextInput.
If possible, how can I do this?
Use onKeyDown prop, it is the same as with a regular input element