indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

CSS broken when I will select an option #76

Closed Iazzetta closed 7 years ago

Iazzetta commented 7 years ago

I have many selectors in my form. I using bootstrap to grid them. When I click to select some option, the angular-selector broken my CSS.

m4ejwyh

Iazzetta commented 7 years ago

To fix this in my case, I set position absolute in .selector-container and form-group margin-bottom to 50px.

indrimuska commented 7 years ago

Hi @lazzetta, your issue should be solved using Bootstrap's responsive grid reset utilities. Your solution is still affected by this issue if you increase the height of one grid cell element.

Iazzetta commented 7 years ago

hm.. I try use grid reset but not work. But my poor solutions resolve my problem haha thanks