Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 138192

Dropdown style overlapping issue while Chosen in Jquery

$
0
0

I have a droprdown i applied chosen style, i'm facing issue when i click dropdown, the dropdown options are getting overlapped as shown in the screen shot. I tried to change the Z-index style & display in CSS nothing helped. Please help me on this.

 $('.chosen-select').chosen({});
 $('.chosen-select').trigger('chosen:updated');   
<select class="chosen-select" id="MLddl" data-ng-model="selectedddl" style="width: 200px !important; margin-left: 0px;"><option data-ng-repeat="data in Dropdown" value="{{data.OpportunityId}}">{{data.EntityName}}</option></select>

enter image description here


Viewing all articles
Browse latest Browse all 138192

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>