How to listen enter key on TextInput and call callback function?

I would like to injext wire:keyup or wire:stream to a TextInput or Textarea.
Solution
you can use extraInputAttributes() to add it to the input element
Was this page helpful?