Form Pin
Form pin component.
Form Pin, Personalization Blocks
Example:
TallStackUi::personalize() ->form('pin') ->block('block', 'classes');
Many modern applications need to validate and authorize things such as user registration or even login, through mechanisms such as 2FA. Pin input is an ideal component for situations where you need to request a pin (short code) from the user.
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.
The clear event needs the clear option to be enabled.