Searchable Not Working
i want to add searchable to my select field, and i have some error like on Type Group
7 Replies
any code or do we have to imagine it? π
sorry i forget to put it
Select::make("group_id")
->label("Type Group")
->required()
->options(Group::all()->pluck("name", "id"))
->searchable()
this my code
using an admin panel resource or a custom form?
i just using form builder
have you imported FormsAlpinePlugin in your js
and now if i imported that my select form like this
oke this my bad. and now is working fine. thank you so much