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

Replace custom focus trap with onTapOutside usages for text fields #468

Open
navaronbracke opened this issue Mar 28, 2024 · 0 comments
Open
Assignees
Labels
easy-fix Something that is trivial to fix enhancement An enhancement to an existing feature

Comments

@navaronbracke
Copy link
Owner

The EditableText widget provides this API to enable "unfocus" of text fields when the user taps outside of the TextFieldTapRegion.

Speaking of the TextFieldTapRegion, we might be able to leverage said widget for the excluded terms input, which has some custom code for the extra buttons that should not interfere with the text field closing

@navaronbracke navaronbracke added enhancement An enhancement to an existing feature easy-fix Something that is trivial to fix labels Mar 28, 2024
@navaronbracke navaronbracke self-assigned this Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy-fix Something that is trivial to fix enhancement An enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant