您的位置:首页 > 运维架构

Nintex Forms Drop-Down "z-index"

2017-04-27 11:10 246 查看

Now we’ve got the issue, that if we are working with a “Person-Column”, the drop-down where you can choose your user it will not be displayed correctly.

 

Or

 

 

And this error only happens at the People/Person Drop-Down

 

Solution:

1.    

 

2. 

NWF$(document).ready(function () {
NWF$("div[formcontrolid=ce419b26-ef52-45fc-98fd-345968ede5ba]").css("z-index", "0")
});

 

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: