Quantities
Collect product quantities, item counts, or number of users.
Financial Values
Enter prices, costs, budgets, or other monetary amounts.
Measurements
Input measurements like weight, height, distance, or percentages.
When not to use
- For free-form numeric text that doesn't need validation—use input-text with type="number"
- For currency amounts—use input-text with proper formatting
- When users need to enter very large numbers—input field may be more convenient
- For percentages or ratios—consider using a slider for better UX