This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
<select multiple ng-options> do not support default/empty option #4325
Closed
Description
http://docs.angularjs.org/api/ng.directive:select shows an example (Color (null allowed)) of a select with ng-options and an option with empty value.
At http://plnkr.co/edit/dMKSt7P4ZPcWgBkpGvPI?p=preview I have an example that shows the functionality stops working if I add 'multiple' attribute to the select.
It also has plain select (not managed by Angular) that shows the empty value is supported for select.multiple.