1
Good night, you guys!
I am developing an environment for creating questionnaires and, at the time of collecting data on the questions, I have a form for each type of question, which is selected by a "dropdown-menu". It turns out that the text fields of these forms are "wrong" somehow. The mouse pointer does not appear after selecting the field (click on the text field). The typed text also does not appear.
This problem only occurs in the fields that are within the tabs scheme, the field reading the title of the questionnaire is without problems, so I imagine it may be something related to these tabs and/or the selection "dropdown-menu".
Follows the project in codepen: https://codepen.io/AmygdalaClicker/pen/ZavgBq
There’s probably a lot of unfinished business, and when it comes to the control part, maybe even wrong things, so I ask you to ignore it for now. I would just like to solve the problem of text fields.
From now on, thank you!
Thank you so much for the answer! Only one other problem occurred. Actually the error seems to be this, I added the code to the CSS in the codepen and the fields are normal now. However, I added the code to my project here and the change had no effect. Do you know what might have happened? !
– Acreano Dingo-Dingo
I got it here, bro. I was just clearing the browser cache. Anyway, thanks a lot! I was a while away from this problem.
– Acreano Dingo-Dingo
@Acreanodingo-Dingo That’s right. The browser is boring with css files it caches. Sometimes I have this problem too.
– Sam