Merge remote-tracking branch 'origin/main' into sync-feature-10-21

This commit is contained in:
Sean Perkins
2022-10-21 14:36:30 -04:00
100 changed files with 992 additions and 752 deletions

View File

@ -19,7 +19,7 @@ export class ValueAccessor implements ControlValueAccessor, AfterViewInit, OnDes
writeValue(value: any): void {
/**
* TODO for Ionic 6:
* TODO FW-2646
* Change `value == null ? '' : value;`
* to `value`. This was a fix for IE9, but IE9
* is no longer supported; however, this change