You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
I'm looking at your issue and #1156 has a similiar thing but here it was a CSS adjustment.
Do you agree that we need to make a adjustment that is the same for all themes?
Bug description:
When using
ui-select in
multiple
mode, ifui-select
is disabled, theui-select-match
placeholder text is incorrectly hidden usingng-hide
Multiple, placeholder text, ui-select enabled
Multiple, placeholder text, ui-select disabled
This behavior works correctly for non-multiple ui-selects
Link to minimally-working plunker that reproduces the issue:
http://angular-ui.github.io/ui-select/demo-tagging.html
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular: 1.5.0
UI-Select: 0.18.0
Fix
Remove this
ng-hide
from theselect-multiple
template https://github.com/angular-ui/ui-select/blob/master/src/bootstrap/select-multiple.tpl.html#L12There is no equivelant ng-hide for the non-multiple
select
template https://github.com/angular-ui/ui-select/blob/master/src/bootstrap/select.tpl.htmlThe text was updated successfully, but these errors were encountered: