Textfield type="number" allowing non-numeric values in firefox #18923
Labels
component: text field
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
Current Behavior 😯
When creating a number field like the following:
<Textfield type="number" />
on firefox it allows non-numeric values. It works fine in chrome.Expected Behavior 🤔
When creating a number field like the following:
<Textfield type="number" />
it should only allow numeric values.Steps to Reproduce 🕹
Steps:
a
Your Environment 🌎
The text was updated successfully, but these errors were encountered: