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 clearTextOnFocus property for TextInput for fabric #13122

Closed
jonthysell opened this issue Apr 29, 2024 · 1 comment · Fixed by #13227
Closed

Implement clearTextOnFocus property for TextInput for fabric #13122

jonthysell opened this issue Apr 29, 2024 · 1 comment · Fixed by #13227
Assignees
Labels
API: Completion Area: Component Views 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 Parity: Fabric vs. Paper RNW Fabric does not look or behave like RNW Paper
Milestone

Comments

@jonthysell
Copy link
Contributor

Implement the clearTextOnFocus property for the fabric implementation of TextInput.

This property was available in RNW Paper via TextInputViewManager.

See https://reactnative.dev/docs/textinput#cleartextonfocus-ios for details.

@jonthysell jonthysell added API: Completion Area: Component Views 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 Parity: Fabric vs. Paper RNW Fabric does not look or behave like RNW Paper labels Apr 29, 2024
@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 29, 2024
@chrisglein chrisglein added this to the Backlog milestone Apr 30, 2024
@chrisglein chrisglein removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Apr 30, 2024
@TatianaKapos
Copy link
Contributor

TatianaKapos commented May 10, 2024

clearTextOnSubmit: #12746, not everything will be similar but a good starting point on where to implement the code!

First Steps will be to see what IOS/Android/Web does for this property on Expo Snack and then look and see what we implemented on Paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API: Completion Area: Component Views 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 Parity: Fabric vs. Paper RNW Fabric does not look or behave like RNW Paper
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants