isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Placeholder : Space between filter inputbox and dropdown #502

Closed coolrb closed 7 years ago

coolrb commented 7 years ago

I am using with grouping and here is code

<div isteven-multi-select id="newcategory02" input-model="optionsList" output-model="selectCatList" button-label="icon name" item-label="icon name maker" tick-property="ticked" helper-elements="all filter" max-height="250px" group-property="msGroup" /> But the UI looks quite distorted with filter inputbox and dropdown overlapped. Please check attachment. I tried to change css (.checkBoxContainer, helperContainer ng-scope) but it did not work. multiselect-filter

coolrb commented 7 years ago

I realized that .line class was overridden by same class of another .css file. I renamed this class name and everything worked