mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
If you bound an array to select[multiple] via ngModel and subsequently changed the options to select from, the UI would drop any selections made since by the user. This was due to SelectMultipleControlValueAccessor not keeping a reference to the new model arrays it generated when users interacted with the select control. Update code to keep the reference. Closes #12527 Closes #12654 |
||
|---|---|---|
| .. | ||
| directives | ||
| directives.ts | ||
| facade | ||
| form_builder.ts | ||
| form_providers.ts | ||
| forms.ts | ||
| model.ts | ||
| private_import_core.ts | ||
| validators.ts | ||
| version.ts | ||