I have approximately 1 hour looking for a property that tells me how to change the | of the text inputs is there any way?
I mean the | that appears and disappears as it is written
I have approximately 1 hour looking for a property that tells me how to change the | of the text inputs is there any way?
I mean the | that appears and disappears as it is written
You can modify the color with caret color
input{
caret-color: red;
}
<input type="text"/>