jQuery UI modal dialog captures all keypress so I can't input text inside it

前端 未结 4 662
余生分开走
余生分开走 2021-02-12 14:16

I create modal dialog with form inside it (with some text input). And I just can\'t enter the text inside the textbox. Dialog blocks keyboard input.

Here is my simplifie

4条回答
  •  孤街浪徒
    2021-02-12 14:35

    The z-index is the problem. Here is an exemple ( http://jsfiddle.net/c3BPP/ ) of your code with a bigger z-index and it works.

提交回复
热议问题