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 was archived by the owner on Oct 2, 2019. It is now read-only.
The html markup generated by the ui-select multiple directive is not HTML compliant.
Currently it looks as following: <ul class="select2-choices"><span class="ui-select-match" placeholder="Pick a person..."><li class="ui-select-match-item select2-search-choice" ....
Inside of ul only li is allowed. Also, there is a placeholder attribute on the span and placeholder is only allowed with input.
The issue is also visible on the ui-select multiple demo.