Momentan verwende ich Select für Dropdown. Ich möchte dies als Multiselect-Dropdown-Menü ändern. Aber wenn ich das Multiselect-Dropdown deklariere, erhalte ich den Fehler "unbekanntes Attribut Optionen"Dropdown-Menü "Mehrfachauswahl" AngularJS - Optionsattribut unbekannt
Der aktuelle Code, der nur ein Dropdown ohne Multiselect ist.
<select class="form-control"> <option ng-repeat="item in CETIGroupList" value="{{item}}">{{item}}</option>
</select>
Was ich für Mehrfachauswahl ist
<div ng-dropdown-multiselect="" options="CETIGroupList" ></div>
Bitte helfen Sie mir ein Multiselect-Drop-Down-Erstellung schrieb. Dank