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.
bug(select): switching from an invalid to undefined model value keeps invalid option in list #11078
Closed
Description
In 1.4 snapshot, given a select box without ng-options, switching from an invalid to undefined model value doesn't remove the '?' option (even though the value is correctly selected to the empty option): http://jsfiddle.net/xek8wqk1/
Resetting back to empty string is fine, but resetting to undefined doesn't remove the "?" value.