-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: replace "text-mask" library by a new one #2564
Comments
This was referenced Jun 17, 2022
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Jun 29, 2022
ISSUES CLOSED: NationalBankBelgium#2564 Add support for `min` and `max` date validation on typing for `starkTimestampMask` directive. Add support for filtering date input when typing on `starkTimestampMask` directive. Built-in Stark filters: - `OnlyWeekends` - `OnlyWeekdays` BREAKING CHANGE: The pipe function in `StarkTextMaskConfig` interface is not supported anymore
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Jul 27, 2022
Add support for `min` and `max` date validation on typing for `starkTimestampMask` directive. Add support for filtering date input when typing on `starkTimestampMask` directive. Built-in Stark filters: - `OnlyWeekends` - `OnlyWeekdays` BREAKING CHANGE: The pipe function in `StarkTextMaskConfig` interface is not supported anymore ISSUES CLOSED: ISSUES CLOSED: NationalBankBelgium#2564
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 5, 2022
Add support for `min` and `max` date validation on typing for `starkTimestampMask` directive. ISSUES CLOSED: NationalBankBelgium#2564
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 6, 2022
ISSUES CLOSED: NationalBankBelgium#2564 Add support for `min` and `max` date validation on typing for `starkTimestampMask` directive. Add support for filtering date input when typing on `starkTimestampMask` directive. Built-in Stark filters: - `OnlyWeekends` - `OnlyWeekdays` BREAKING CHANGE: The pipe function in `StarkTextMaskConfig` interface is not supported anymore
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 14, 2022
ISSUES CLOSED: NationalBankBelgium#2564 Add support for `min` and `max` date validation on typing for `starkTimestampMask` directive. Add support for filtering date input when typing on `starkTimestampMask` directive. Built-in Stark filters: - `OnlyWeekends` - `OnlyWeekdays` BREAKING CHANGE: The pipe function in `StarkTextMaskConfig` interface is not supported anymore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
Starting from Angular 9 with ivy, "test-mask" library does not work anymore. See text-mask/text-mask#1007
Expected behavior
We should use a maintained library in Stark-UI.
According to text-mask README, we could use:
What is the motivation / use case for changing the behavior?
Fix Stark-UI with Angular 9.
The text was updated successfully, but these errors were encountered: