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 box, the search results by tokenize plugin are shown hidden under the popup. Actually they should apprear on top of all controls. Would someone please help me as I am a beginner.
Try to seek help from thread below, zindex is not working. https://github.com/loopj/jquery-tokeninput/issues/190
here is the input control that i am using. http://loopj.com/jquery-tokeninput/demo.html
Thank you.