How do I make select field grey disabled (form in modal)
So I have this form in a modal, all of the items in the form have ->disabled()->dehydrated(false)
But somehow the select field styling is white, how do i make it grey like the other fields? See screenshot
This form modal shows up when clicking 1 of the actions on a filament table
7 Replies
Bumping this as it still doesn't have a reply
you could PR the correct styling, looks like it needs fixing in the core
How do i fix it without making a PR? which methods to call to customize or which blade views to override?
then if i manage to find the fix i can post it here in this thread
Yes you can make a pr when you fix it🤦♂️
well its fixable with css
probably the :disabled variant of the select tag
you can check any class names in your browser
but once its fixed, PR it so it helps everyone else
my github is my real name and i'm too shy, but i will look into the :disabled css variant and see if i can override it in my own project. Will look into this the next 2 weeks as it's weekends now.
Enjoy ur weekends too
if you are too shy, maybe change your name or create a new account 😉