This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
[REQUEST] Make the HTML markup generated by ui-select multiple directive HTML compliant #1203
Open
Description
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.