-
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
Remove KeybordEvent.char #3634
Labels
Comments
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 18, 2023
KeybordEvent.char is deprecated and will be remove from typesscript. To prepare the update to angular 13 we need to remveoved occureneces ISSUES CLOSED: NationalBankBelgium#3634
3 tasks
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 22, 2023
KeybordEvent.char is deprecated and will be remove from typesscript. To prepare the update to angular 13 we need to remveoved occureneces ISSUES CLOSED: NationalBankBelgium#3634
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 22, 2023
KeybordEvent.char is deprecated and will be remove from typesscript. To prepare the update to angular 13 we need to remveoved occureneces ISSUES CLOSED: NationalBankBelgium#3634
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 22, 2023
KeybordEvent.char is deprecated and will be remove from typesscript. To prepare the update to angular 13 we need to remveoved occureneces ISSUES CLOSED: NationalBankBelgium#3634
mhenkens
added a commit
to mhenkens/stark
that referenced
this issue
Sep 22, 2023
KeybordEvent.char is deprecated and will be remove from typesscript. To prepare the update to angular 13 we need to remveoved occureneces ISSUES CLOSED: NationalBankBelgium#3634
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The event.char code is deprecated and remove from TypeScript 4.6.4
I'm submitting a...
Current behavior
The event.char code is deprecated and remove from TypeScript 4.6.4
Expected behavior
not used event.chat anymore
see: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: