Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Conversation

alexandr-bbm
Copy link

Context:

on iOS, when user focuses empty input, cursor will placed before fixed part of the mask. For some masks it can be undesired: for example for '$[90].[99]' mask we would like to get cursor placed after "$" sign, and not before it.

iOS native library has autocompleteOnFocus property, and setting it to "false" fixes the issue.

Solution:

Support autocompleteOnFocus property on TextInputMask react and swift wrappers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant