SelectFilter query not working as expected
I am on Filament version 3.0.68
I have the following select filter:
I expect to see filament query by 'NCAA D1' or 'NCAA D1', but I see this
Basically the index of the option is being passed in. This is what it looks like for a normal select filter:
Any ideas what I may be doing wrong?
Solution:Jump to solution
Apparently my issue was that I needed to pass key / value for options. 🤦♀️
1 Reply
Solution
Apparently my issue was that I needed to pass key / value for options. 🤦♀️