@props([ 'label' => '', 'model' => '', 'placeholder' => 'Type and press Enter to add...', 'validation' => 'email', 'maxTags' => null, 'readonly' => false, 'required' => false, 'help' => '', 'id' => null, ]) @php $inputId = $id ?: 'tags-input-' . uniqid(); $wireModel = str_replace(['[', ']'], ['.', ''], $model); @endphp
@if($label) @endif
@if($help)
{{ $help }}
@endif
/ {{ __('(limit reached)') }}