Form Tag
>= v1.10Form tag component.
Tag, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('tag') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
In desktop devices the tags can be inserted by pressing the enter or comma keys, and can be removed by pressing the backspace key. In mobile devices the tags can only be inserted using enter key.
An option to limit the number of tags that can be added.
An option to set a single-character prefix.
The prefix must be a single character.
An option to not show validation error message.