Skip to content
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

'comma' (\u002c) is transformed to 'full stop' (\u002e) when overwriting [specialCharacters] with empty array #1457

Open
elac85 opened this issue Nov 12, 2024 · 0 comments

Comments

@elac85
Copy link

elac85 commented Nov 12, 2024

🐞 bug report

Is this a regression?

Not sure.

Description

I want to reset the default special characters, and enable my special characters as a regex, so I overwrite the default special character array with an empty one, and add a custom pattern to the input field. In this setup, if I type 'comma' (,) in the input, it will be transformed to 'full stop' (.)

🔬 Minimal Reproduction

Stackblitz Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant