You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
After upgrade to Angular 12, following tests are failing in StarkInputMaskDirectivesModule
NumberMaskDirective > with ngModel > should refresh the mask whenever the configuration changes
TextMaskDirective > with ngModel > should refresh the mask whenever the configuration changes
TextMaskDirective > with ngModel > should show/hide the mask placeholders depending of the value of the 'guide' option
TimestampMaskDirective > with ngModel > should refresh the mask whenever the configuration changes
with following error:
Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '12/3_/____'. Current value: '12-3_'.. Find more at https://angular.io/errors/NG0100
To not block the first part of the migration to Angular 12, the tests have been excluded and a // FIXME comment above each excluded test.
Expected behavior
No test should be excluded.
Environment
Angular version: 12.x
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
After upgrade to Angular 12, following tests are failing in StarkInputMaskDirectivesModule
with following error:
To not block the first part of the migration to Angular 12, the tests have been excluded and a
// FIXME
comment above each excluded test.Expected behavior
No test should be excluded.
Environment
The text was updated successfully, but these errors were encountered: