Number

Add a number input to allow users to set counts, quantities and durations.

Validation

The number input supports the following validation options:

  • Required: Prevent your app from rendering until an input value is provided.
  • Min Value: Prevent users from entering a number less than the specified value.
  • Max Value: Prevent users from entering a number greater than the specified value.

Appearance

Add helper text to provide helpful context or link to a support article for additional instructions.

Next Steps


Was this article helpful to you?
GitHubProvide feedback

Last edited on April 17, 2024.
GitHubEdit this page