Select searchable() not firing afterStateUpdated()
Hi guys, I have an issue with the select field which is not firing afterStateUpdated() on change(blur) -> (1st screenshot). If I make it normal select (not searchable), then the afterStateUpdated fires (2nd screenshot). Doens anyone knows what could be the issue ?
4 Replies
are you using panel builder or form builder?
form builder
did you add the mount method and the statePath?
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form
Ahh forgot to add the mount() method. Thank you very much @Leandro Ferreira ! It works now π !