How to set tags to a TagsInput using $set
Hello i would like some help to set tags using $set i have tried :
as show in the image , it shows as if the input is not empty but not displaying anything,
thank you for the help
8 Replies
in the create form, you can use
->default(['a', 'b'])
as you can see in tthe image , i added an action on the right , i am setting the tags from that action
try this
Failed
$livewire->mountedActionData ?
$livewire->mountedActionsData['tags'][] = $data['employee_id'];
does not throw an error but tags are not set , the input has no valueShare the whole code on gist please