I have to double click buttons to continue?
Not really a emergency, but trying to help out a friend using Filament, right now, he has to double click his form buttons for them to trigger, after being inside a input field.
Its simple form however, not sure what is causing this? Hitting enter works fine.
4 Replies
Does this only happen in modals?
Sorry late reply, but yes only in modals
And it makes no sense why its a simple modal with simple form nothing extra added hmm
Maybe because we use live()?
You could try without
Turns out he has OnBlur on every single text input, which is probably causing it.