-
PackageForm builder Package Versionv3.2.130 How can we help you?Hi, I've been wondering how one can disable the blue / white border on non native Select component. It's very weird, might be a bug.
If I click on the non native select after a fresh page load it shows the border, however if I refresh and click the native select first the border wont show. I've attached a GIF to demonstrate. I'd like to hide / disable the blue / white border at all, anyone know how? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Any css customizations? |
Beta Was this translation helpful? Give feedback.
-
.choices:focus {
outline: none;
} OR .choices {
@apply focus:outline-none;
} |
Beta Was this translation helpful? Give feedback.
I downgraded Filament using Composer and then upgraded it to latest version. There are a few post installation commands that seemed to fixed the issue.