We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
please provide a solutions to this contraint that doesn't work in TextField and TextArea
tfTokenDigit1.setConstraint(TextField.NUMERIC|TextField.NON_PREDICTIVE);
The text was updated successfully, but these errors were encountered:
Does it work for tfTokenDigit1.setConstraint(TextField.NUMERIC); ?
tfTokenDigit1.setConstraint(TextField.NUMERIC);
Sorry, something went wrong.
yes but NO_PREDICTIVE does'nt work
Does NUMERIC without NON_PREDICTIVE include any predictive aspects?
NUMERIC
NON_PREDICTIVE
When you say "not work" please elaborate. Is it crashing?
Is it showing text input instead of numeric input?
Is it showing predictive content?
No branches or pull requests
please provide a solutions to this contraint that doesn't work in TextField and TextArea
tfTokenDigit1.setConstraint(TextField.NUMERIC|TextField.NON_PREDICTIVE);
The text was updated successfully, but these errors were encountered: