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
Jump to solution
2 Replies
Solution
Dan Harrin
Dan Harrin8mo ago
you can use extraInputAttributes() to add it to the input element
Roland Barkóczi
Roland BarkócziOP8mo ago
Thank you Dan!

Did you find this page helpful?