Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TextInput.onSubmitEditing for Fabric #11459

Closed
Tracked by #119 ...
chrisglein opened this issue Apr 7, 2023 · 1 comment
Closed
Tracked by #119 ...

Implement TextInput.onSubmitEditing for Fabric #11459

chrisglein opened this issue Apr 7, 2023 · 1 comment
Assignees
Labels
Area: Fabric Support Facebook Fabric Area: TextInput enhancement New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Milestone

Comments

@chrisglein
Copy link
Member

chrisglein commented Apr 7, 2023

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}/>
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Apr 7, 2023
@chrisglein chrisglein changed the title onSubmitEditing Implement TextInput.onSubmitEditing for Fabric Apr 7, 2023
@chrisglein chrisglein removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Apr 10, 2023
@chrisglein chrisglein added this to the 0.73 milestone Apr 10, 2023
@TatianaKapos TatianaKapos modified the milestones: 0.73, Backlog Oct 26, 2023
@TatianaKapos TatianaKapos modified the milestones: Backlog, Next Feb 13, 2024
@TatianaKapos
Copy link
Contributor

closed via #12746

@jonthysell jonthysell added the New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Fabric Support Facebook Fabric Area: TextInput enhancement New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Projects
Status: Done
Development

No branches or pull requests

5 participants