Answers for "outline none react native web"

0

outline none react native web

The easiest way:

In you web project add something like this to your index.css or somewhere where you handle CSS.

input {
  outline: none !important;
}
It will remove outline from all inputs on web :)
Posted by: Guest on July-27-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language