-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
There is no way to prevent a TextInput field from updating the text given a key input. For instance, even if I want to reserve "Enter" for a special purpose in a multiline textinput, when I press it the component first forces the on screen text to perform an "Enter" action, namely by adding \n to the input value. But I don't want this to happen. I just want to listen for an "Enter" event while suppressing the "Enter" action similar to onKeyDown.preventDefault() in javascript for html.
eremzeit and bsiddiqui
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.