Form Number
>= v1.2Form number component.
Number, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('number') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
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 not show validation error message.
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.