Answers for "how to remove blinking cursor from textbox in html"

CSS
1

make blinking cursor disappear css

#element {
    caret-color: rgba(0,0,0,0);
}
Posted by: Guest on January-18-2021

Code answers related to "how to remove blinking cursor from textbox in html"

Browse Popular Code Answers by Language