angular/modules/@angular/forms/src
gary-b 821b8f09d6 fix(forms): ensure select[multiple] retains selections
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
2016-12-14 08:52:07 -08:00
..
directives fix(forms): ensure select[multiple] retains selections 2016-12-14 08:52:07 -08:00
directives.ts fix(forms): introduce checkbox required validator 2016-12-14 08:44:24 -08:00
facade refactor(forms): remove the facade local copy (#9276) 2016-06-17 08:53:17 -07:00
form_builder.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
form_providers.ts refactor(forms): remove FORM_PROVIDERS, FORM_DIRECTIVES, REACTIVE_FORM_PROVIDERS, REACTIVE_DIRECTIVES 2016-08-25 13:29:03 -07:00
forms.ts fix(forms): introduce checkbox required validator 2016-12-14 08:44:24 -08:00
model.ts fix(forms): fix Validators.min/maxLength with FormArray (#13095) 2016-12-12 11:17:12 -08:00
private_import_core.ts refactor(facade): move isPromise to core private (#10573) 2016-09-18 15:55:08 -07:00
validators.ts fix(forms): introduce checkbox required validator 2016-12-14 08:44:24 -08:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00