Form Number
Form number component.
Form Number, Personalization Blocks
Example:
TallStackUi::personalize() ->form('number') ->block('block', 'classes');
An option to do not allow the interaction with the input.
An option to control the velocity to increase/decrease when pressing buttons
The delay calculation happens as delay * 100.
An option to use other icons instead of defaults.
An option to increase/decrease for specific quantities.
Although the number component can be used with wire:model.live
and wire:model.blur
, due to the way Livewire works,
we recommend that you use it with wire:model
to avoid value
synchronization issues between the component and the Livewire updates.