hintAction in custom livewire component form not working. same has createOptionForm
Hi there,
Is it possible to use createOptionForm or hintAction in livewire component form?
I've created an livewire component which implement HasForms. When i tried to use createOptionForm or hintAction on Select, nothing happening. No error, no modal.
Can someone help please?
10 Replies
Did you do
$this->form->fill()
in mount()?Yes.
Can you share the code and the view?
Can i send a screenshots ?
Solution
did you add
<x-filament-actions::modals />
?No🤔. Just
It working now.
🫢Always read the docs.
Thanks!
yes, always ✌️
Thanks!
Thanks!