Default value in tag input

What seems to be the problem:
hellow guys, hope you’re on healthy

someone can help me please, before i have made the random string function but i have a problem on set the default value on tag input. i want when click generate button the value automaticly fill the tag input (random string value).
so what should i do for fix the problem please :frowning:

Steps to Reproduce:

Are you using the latest version of Livewire:

Do you have any screenshots or code examples:

When you click the button, set the value on the public property of the component. If the input is wire:model with the public property then it will be filled automatically.