Oscar Chinellato

Results 2 comments of Oscar Chinellato

In my case it was a conflict with the `.dropdown-menu` class of bootstrap. I fixed it with the following css snippet ``` .ui-select-container .dropdown-menu { display: block; } ```

Good to know. @drasive do you agree with my solution? I'm using the npm published version of this package for building in a production env now. If @damkraw can't reproduce...