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

Make masked/unmasked work correct for numbers in different locales #250

Closed
wants to merge 1 commit into from

Conversation

le0pard
Copy link
Contributor

@le0pard le0pard commented Nov 27, 2024

Try to make work "masked/unmasked" correctly for numbers in different locales - #249

@@ -2147,7 +2147,7 @@ describe('Number mask', () => {
new MaskInput(input)

await user.type(input, '1234.56')
expect(input).toHaveValue('1 234,56')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need check why this happening

@le0pard le0pard closed this Nov 27, 2024
@le0pard le0pard deleted the improve-mask branch November 27, 2024 23:08
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

Successfully merging this pull request may close these issues.

1 participant