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
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' (.)
🐞 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
The text was updated successfully, but these errors were encountered: