0
Input Not Clickable
I am making a survey form and I have made a text input but for some reason, it won't allow me to type on the text field.
5 Réponses
+ 2
Jovani share the code ,maybe then we can help you.
a simple input tag for text looks like this
https://code.sololearn.com/WUu1PUzJm55o/?ref=app
+ 2
Jovani body::before{
content: '';
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
Remove content: "; from here your problem will be fixed.
https://code.sololearn.com/Wvw846c9W4G8/?ref=app
0
Varun N here is the code
https://code.sololearn.com/WS2kb85oofkJ/?ref=app
0
Thank you, I appreciate your help
0
Jovani Welcome , i am glad to be heplful