Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 768 Bytes

textinput-component-windows.md

File metadata and controls

32 lines (20 loc) · 768 Bytes
id title
textinput-component
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