How to hide input focus highlight? #3724
Unanswered
MarcusDelvecchio
asked this question in
Help
Replies: 1 comment 1 reply
-
On the Radio component, I managed (after a lot of trial/error) to do it by targeting the "wrapper" slot:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I disable / hide the border / ring when autofocusing an
<Input/>
component? I have attempted to use all of the slots classNames and even use a parent div with the following properties applied, but my input still has a ring on autofocus.class I've tried
I have tried a range of properties on all of the slots and input className:
"!ring-0 focus-visible:ring-transparent !focus-visible:ring-transparent"
along with a few others.
Beta Was this translation helpful? Give feedback.
All reactions