Form Input
Form input component.
Input, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('input') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
The input type will be set to text when not specified.
An option to display an asterisk indicating that the field is required.
Using a prefix or suffix will disable browser autocomplete as long as this is not explicitly defined.
An option to not show validation error message.