We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was testing FluentNumberField and ParseErrorMessage is still showing when i passed good int value.
Entering valid int: (ok)
Empty string passed: (ok - ParsingErrorMessage is shown)
Entering valid int second time: (wrong behaviour - ParsingErrorMessage should be hidden now since i entered a valid int value)
On the other hand, FluentCheckbox works fine :) Updated https://github.com/FritzTheCat9/Blazor.FluentUI.BugWithValidation repo with FluentNumberField bug reproduced.
The text was updated successfully, but these errors were encountered:
Can be related to: #1345
Sorry, something went wrong.
Yes, it is a duplicate. Closing this one.
No branches or pull requests
🐛 Bug Report
I was testing FluentNumberField and ParseErrorMessage is still showing when i passed good int value.
Entering valid int: (ok)
Empty string passed: (ok - ParsingErrorMessage is shown)
Entering valid int second time: (wrong behaviour - ParsingErrorMessage should be hidden now since i entered a valid int value)
On the other hand, FluentCheckbox works fine :)
Updated https://github.com/FritzTheCat9/Blazor.FluentUI.BugWithValidation repo with FluentNumberField bug reproduced.
The text was updated successfully, but these errors were encountered: