I am trying to use a modal as a popup help window. I set backdrop to \'nothing\'. When the modal is opened (without backdrop) input fields in \'original\' page cannot be foc
*RESOLVED
In the event anyone is still stuck on this issue the solution is as follows:
After the div class insert: style="display:none;" This will stop the modal from blocking the fields and it should resolve the issue. 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
insert: style="display:none;" This will stop the modal from blocking the fields and it should resolve the issue. 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
style="display:none;"