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
A number field is an input component that enables the user to enter a numeric value into an interface.
Anticipated common use cases would include submitting currency values, measurements or counts.
It is not used for telephone numbers (where a TextField with type="tel" is more appropriate.)
type="tel"
Requirements for this component:
It will be implemented RAC NumberField as a base.
NumberField
The text was updated successfully, but these errors were encountered:
cschunsiu
Philip-Cheung
No branches or pull requests
A number field is an input component that enables the user to enter a numeric value into an interface.
Anticipated common use cases would include submitting currency values, measurements or counts.
It is not used for telephone numbers (where a TextField with
type="tel"
is more appropriate.)Requirements for this component:
It will be implemented RAC
NumberField
as a base.The text was updated successfully, but these errors were encountered: