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

fix(iOS): avoid setSelectionRange on elements that don't support it #4442

Merged
merged 1 commit into from Apr 9, 2024

Conversation

asafkorem
Copy link
Contributor

@asafkorem asafkorem commented Apr 9, 2024

Fixes: #4437

Based on the list of input-types that support (and don't support) setSelectionRange: https://html.spec.whatwg.org/multipage/input.html#:~:text=%C2%B7-,setSelectionRange(),-%C2%B7

@asafkorem asafkorem changed the title fix(iOS): avoid using setSelectionRange on elements that do not support it fix(iOS): avoid setSelectionRange on elements that don't support it Apr 9, 2024
@asafkorem asafkorem mentioned this pull request Apr 9, 2024
2 tasks
@asafkorem asafkorem self-assigned this Apr 9, 2024
@asafkorem asafkorem merged commit b5f94ca into master Apr 9, 2024
3 checks passed
@asafkorem asafkorem deleted the fix/type-on-email-input branch April 9, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Textfield not working
1 participant