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

fix: FluentNumberField ParseErrorMessage is showing when I enter a valid int value second time #1352

Closed
FritzTheCat9 opened this issue Jan 18, 2024 · 2 comments
Labels
closed:duplicate Duplicate of another issue

Comments

@FritzTheCat9
Copy link

🐛 Bug Report

I was testing FluentNumberField and ParseErrorMessage is still showing when i passed good int value.

Entering valid int: (ok)
296290892-744657b3-cc8c-47a9-943f-b4a9bb96a436

Empty string passed: (ok - ParsingErrorMessage is shown)
296290899-c97a1168-4210-4c21-8cb9-69e559670b06

Entering valid int second time: (wrong behaviour - ParsingErrorMessage should be hidden now since i entered a valid int value)
296290914-3c782e33-d24c-4638-905b-58e4bf9f413a

On the other hand, FluentCheckbox works fine :)
Updated https://github.com/FritzTheCat9/Blazor.FluentUI.BugWithValidation repo with FluentNumberField bug reproduced.

@FritzTheCat9
Copy link
Author

Can be related to: #1345

@vnbaaij vnbaaij added the closed:duplicate Duplicate of another issue label Jan 19, 2024
@vnbaaij
Copy link
Collaborator

vnbaaij commented Jan 19, 2024

Yes, it is a duplicate. Closing this one.

@vnbaaij vnbaaij closed this as completed Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:duplicate Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants