angular-selectize
angular-selectize copied to clipboard
height is changing when options changed dynamically in selectize
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
.selectize-input div.item + input { display: inline-block; } .selectize-input input { height: 20px; }
add these see if helps