Form Input
Form input component.
Form Input, Personalization Blocks
Example:
TallStackUi::personalize() ->form('input') ->block('block', 'classes');
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.
This option is available for all components that can display form validation errors, basically all form components. Additionally, you can enable the "invalidate" state globally by setting it via the configuration file. This way, all components that can display validation errors will no longer display them.