id | title |
---|---|
textinput-component |
TextInput |
Inherits TextInput Props.
A property that registers a set of KeyEvents that may trigger onSubmitEditing
in a multiline scenario.
type | required |
---|---|
{ code: 'Enter', shiftKey: bool } | No |
If true
, the text field will clear when submitted. The default value is false.
type | required |
---|---|
bool | No |
Examples can be found in the React Native Gallery App available in the Microsoft Store