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

Need to ensure number validator works with i18n pattern #530

Open
cebe opened this issue Feb 1, 2023 · 1 comment
Open

Need to ensure number validator works with i18n pattern #530

cebe opened this issue Feb 1, 2023 · 1 comment
Assignees
Labels
type:docs Documentation type:test Test
Milestone

Comments

@cebe
Copy link
Member

cebe commented Feb 1, 2023

What steps will reproduce the problem?

Common use case is that Number inputs allow . and , but it could also be possible to allow formatted input like 1.024,56 which should be float 1024.56 in the end.

What is the expected result?

It is currently not documented how to do that, also unit tests are not covering such use cases.

What do you get instead?

Needs to be documented and tested.

I'm working on it.

@cebe cebe added type:docs Documentation type:test Test labels Feb 1, 2023
@cebe cebe added this to the 1.0.0 milestone Feb 1, 2023
@cebe cebe self-assigned this Feb 1, 2023
@samdark samdark modified the milestones: 1.0.0, 1.1.0 Feb 2, 2023
@samdark
Copy link
Member

samdark commented Feb 2, 2023

Moved to 1.1.0 since it's not required for initial release. If you'll finish before 1.0.0, we'll move it back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Documentation type:test Test
Projects
None yet
Development

No branches or pull requests

2 participants