Eren
Eren
FFilament
Created by keithjk on 8/27/2023 in #❓┊help
GET method not supported for route livewire/update
hello @keithjk , did you find solution?
6 replies
FFilament
Created by Joe Kneeland on 3/10/2023 in #❓┊help
How to allow 'enter' in editors but block enter from submitting forms?
x-on:keydown.enter=" if (!['TEXTAREA', 'TRIX-EDITOR'].includes($event.target.tagName)) { $event.preventDefault() } " @joekneeland @Dan Harrin if I add this code to form/index.php, it works. but I don't know the right method.
7 replies
FFilament
Created by Joe Kneeland on 3/10/2023 in #❓┊help
How to allow 'enter' in editors but block enter from submitting forms?
I had this problem before. I gave up when I couldn't find a solution. is there a solution?
7 replies