You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the package guys, really neat and easy to use, but as the title implied, I'm running into an issue with LivewireComponentFilter.
I'm using PHP 8.4, Laravel 12, Livewire 3.6.3, package version 3.7.3 and am trying to use the LivewireComponentFilter to make a searchable select filter.
It works great except that the filter pill of the filter always show "[filter title]: " no matter what I do. I tried to set the pill's values in the table component like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the package guys, really neat and easy to use, but as the title implied, I'm running into an issue with LivewireComponentFilter.
I'm using PHP 8.4, Laravel 12, Livewire 3.6.3, package version 3.7.3 and am trying to use the LivewireComponentFilter to make a searchable select filter.
It works great except that the filter pill of the filter always show "[filter title]: " no matter what I do. I tried to set the pill's values in the table component like this:
and also tried to set it in the filter component itself like this:
but nothing works. I know the LivewireComponentFilter is in beta but can it be done in the current version?
Beta Was this translation helpful? Give feedback.
All reactions