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
The text field is accepting e alphabet if we add type = 'number'
Text field should not accept alphabets if we add type='number'
Steps:
1.import text field component. 2.pass type='number' as props 3. and try to add e alphabet. text field still accepting alphabet 4.
The text was updated successfully, but these errors were encountered:
Duplicate of #10582
Sorry, something went wrong.
No branches or pull requests
Current Behavior 😯
The text field is accepting e alphabet if we add type = 'number'
Expected Behavior 🤔
Text field should not accept alphabets if we add type='number'
Steps to Reproduce 🕹
Steps:
1.import text field component.
2.pass type='number' as props
3. and try to add e alphabet. text field still accepting alphabet
4.
Context 🔦
Your Environment 🌎
The text was updated successfully, but these errors were encountered: