jQuery TokenInput : Tokens are not getting added

别等时光非礼了梦想. 提交于 2019-12-01 23:26:51

The issue here is likely due to the face that the TokenInput is being used in a modal window, and the z-index of the dropdown is 1, whereas the modal window will likely be higher.

To fix this the z-index value in token-input.css for div.token-input-dropdown should be modified to be higher than the modal value.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!