How to hide input focus highlight? #3724
Unanswered
MarcusDelvecchio
asked this question in
Help
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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