Tags
This component allows to enter any kind of text, without any preset or autocompletion values. It will automatically add the text as a tag when you hit enter.
For complex multiple inputs or preset values see Choices component, that also supports online and offline search.
<x-tags label="Tags" wire:model="tags" icon="o-home" hint="Hit enter" clearable />
public array $tags = ['tech', 'gaming', 'art'];
Made with
by
Robson TenĂ³rio and contributors.