Form Pin
>= v1.5Form pin component.
Pin, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('pin') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
The length is mandatory in any use case.
An option to prefix a character related to the desired short code format.
An option to append a clear button.
The clear button will only be displayed when the input is not empty.
An option to limit the input types.
# Events NEW
The clear event needs the clear option to be enabled.
An option to not show validation error message.