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

Number field #514

Open
3 tasks
mkernohanbc opened this issue Jan 15, 2025 · 0 comments
Open
3 tasks

Number field #514

mkernohanbc opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mkernohanbc
Copy link
Contributor

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:

  • Supports different number formats (whole number, decimals, percentages, currency)
  • Supports typed input and increment/decrement
  • Support for standard required/optional, enabled/disabled and validation/error states, in line with other input components

It will be implemented RAC NumberField as a base.

@mkernohanbc mkernohanbc added the enhancement New feature or request label Jan 16, 2025
@mkernohanbc mkernohanbc added this to the Components v0.6.0 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants