8732b7bdb7
feat(input): ionChange will only emit from user committed changes ( #25858 )
...
Resolves #20106 , #20061
2022-09-12 15:35:43 -04:00
3451a34ad0
feat(angular): build for angular 12.0 ( #23970 )
2021-10-15 16:54:59 -04:00
e95b481a53
fix(angular): patch FormControl methods to properly sync Ionic form classes ( #21429 )
...
Co-authored-by: Mark Levy <MarkChrisLevy@users.noreply.github.com>
2020-06-09 11:54:40 -04:00
6bbdb80871
fix(accessor): ngModel conflits with nested inputs ( #18976 )
...
fixes #18248
2019-08-06 13:34:54 +02:00
429e08344a
fix(angular): default value of BooleanValueAccessor should be false ( #16420 )
2018-11-22 15:32:36 +01:00
b645bfd1b7
fix(angular): fix controlValueAccessor for boolean
...
fixes #16371
2018-11-19 23:32:28 +01:00
bfbbeca389
perf(angular): remove duplicated code in value-accessor
2018-11-14 13:22:31 +01:00
fab8b604a5
fix(angular): fix ngModel accessor
2018-10-31 19:19:13 +01:00
d5f2e6fdd8
fix(angular): make sure angular form control onChange is fired when needed ( #16126 )
...
* Make sure, that angular form's onChange is not fired, when writeValue is called
* Update angular/src/directives/control-value-accessors/select-value-accessor.ts
Co-Authored-By: mmlleevvyy <levy@codeandmore.pl>
* set muteOnChange to false by default
2018-10-30 21:43:37 +01:00
cece447092
fix(angular): module exports
2018-03-30 21:54:46 +02:00