#All of my inputs have a border

11 messages · Page 1 of 1 (latest)

thin harbor
#

Hey there! Does anyone know why every input or textarea has a blue border when put in focus?

Anyone know how to remove?

thin harbor
#

That doesn't seem to work! Also thats not how it looks on the website, so I'm not sure its actually the default

worldly grove
#

There shouldn't be a focus ring 🤔 could you share a reproduction?

#

and which browser are you using?

thin harbor
#

Using Chrome, and its on every input box I use.

#

Anywhere that i use:
<Input/>

alpine forge
#

i would like to know if you got any updates

tribal mountain
#

what do you get on inspector ?

#

the only way i manage to get this kind of behaviour is with the :focus-visible and its on the label element. Can you try to add a label to your input and see what's going on ?

alpine forge
#

same thing:

alpine forge
#

Found the problem, i was using tailwindcss, i just removed it and its fixed now!