Tags Input
Komponen input untuk menambahkan tag dengan enter.
<laraliveui:tags-input name="tags" wire:model="tags" />
Placeholder
<laraliveui:tags-input name="tags" placeholder="Ketik dan tekan enter..." />
Maximum Tags
<laraliveui:tags-input name="tags" :max="5" />
Duplicates
<laraliveui:tags-input name="tags" allow-duplicates />
Referensi
laraliveui:tags-input
| Prop | Deskripsi | Default |
|---|---|---|
name | Nama field (dari wire:model) | — |
placeholder | Teks placeholder | Type and press enter... |
max | Maximum jumlah tag | null |
allow-duplicates | Izinkan tag duplikat | false |