-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area: FabricSupport Facebook FabricSupport Facebook FabricArea: TextInputNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabricenhancement
Milestone
Description
Part of #11145
Example
<TextInput
accessibilityLabel="Prompt input"
multiline={true}
placeholder="Ask me anything"
style={{flexGrow: 1, flexShrink: 1}}
onChangeText={newValue => setValue(newValue)}
submitKeyEvents={[{code: 'Enter', shiftKey: false}]}
onSubmitEditing={submitValue}
value={defaultText ?? value}/>Metadata
Metadata
Assignees
Labels
Area: FabricSupport Facebook FabricSupport Facebook FabricArea: TextInputNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabricenhancement
Type
Projects
Status
Done