jQuery Token Input (tokenize input) is not working on modal popup, list hidden under popup

前端 未结 2 1715
悲哀的现实
悲哀的现实 2021-01-12 01:40

I am using a modal popup up control in jQuery, the popup has an input text powered by jQuery Tokenize input plugin. The problem is when i type something on modal popup text

2条回答
  •  无人共我
    2021-01-12 02:23

    I think that a better solution is to add it to the css file (instead of doing it via js):

    div.token-input-dropdown-facebook {           
       z-index: 11001 !important;
    }
    

    Of course, drop the "-facebook" suffix if you're using the default theme.

提交回复
热议问题