HTML input fields does not get focus when clicked

后端 未结 27 2052
予麋鹿
予麋鹿 2020-12-08 06:11

I have a problem and I can\'t figure out what exactly is causing this behavior. I cannot access my input fields and textareas on my HTML form.

Unfortun

27条回答
  •  一向
    一向 (楼主)
    2020-12-08 06:34

    I had the same problem. I eventually figured it out by inspecting the element and the element I thought I had selected was different element. When I did that I found there was a hidden element that had z-index of 9999, once I fixed that my problem went away.

提交回复
热议问题