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