angular-selectize icon indicating copy to clipboard operation
angular-selectize copied to clipboard

height is changing when options changed dynamically in selectize

Open mallik482 opened this issue 9 years ago • 1 comments

I have 2 selectize boxes . second one is dependent on first one.

Step 1: I have selected option selectize 1 then calling API for options. attached those option to selectize 2 Step 2: Selected an option on selectize 2

Step 3. Again selected other option in selectize 1 then calling API for options. attached those option to selectize 2. Now Selectize 2 height is changed and place holder text is not showing

mallik482 avatar May 17 '16 09:05 mallik482

.selectize-input div.item + input { display: inline-block; } .selectize-input input { height: 20px; }

add these see if helps

hdi-amiri avatar Dec 18 '16 10:12 hdi-amiri