Seiten · Laravilt
NumberField
Numeric input with increment and decrement controls, currency and percentage formats.
A numeric input with increment and decrement buttons.
Basic usage
php
Range and step
php
Formatting
php
formatOptions() accepts Intl.NumberFormat options.
API reference
| Method | Description |
|---|---|
min() / minValue() | Minimum value |
max() / maxValue() | Maximum value |
step(int|float) | Increment step |
prefix(string) / suffix(string) | Text affixes |
currency(string) | Currency format (default USD) |
percentage() | Percentage format |
locale(string) | Number locale |
formatOptions(array) | Custom Intl.NumberFormat options |