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.
textarea
Unfortun
the problem for me was that I was using class="modal fade", I changed it for class="modal hide". That solved the issue.
class="modal fade"
class="modal hide"