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

Constraint(TextField.NUMERIC|TextField.NON_PREDICTIVE) NOT WORK ON IOS #3879

Open
DurankGts opened this issue Mar 6, 2025 · 3 comments
Open

Comments

@DurankGts
Copy link
Contributor

please provide a solutions to this contraint that doesn't work in TextField and TextArea

tfTokenDigit1.setConstraint(TextField.NUMERIC|TextField.NON_PREDICTIVE);

@shai-almog
Copy link
Collaborator

Does it work for tfTokenDigit1.setConstraint(TextField.NUMERIC); ?

@DurankGts
Copy link
Contributor Author

yes but NO_PREDICTIVE does'nt work

@shai-almog
Copy link
Collaborator

Does NUMERIC without NON_PREDICTIVE include any predictive aspects?

When you say "not work" please elaborate. Is it crashing?

Is it showing text input instead of numeric input?

Is it showing predictive content?

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

No branches or pull requests

2 participants