NET Core 3.1 etc, Blazor Server
I have a table with few rows. Input field for percentage has DataAnnotations [Range(1,100)]; It is work correct if I inserted value and changed focus on another place, click on another input field. But if to insert 7000 and press Enter button, starts work validation and for short time arise error message, but after on UI something magic rewrite and current input field marks as correct. For the input field I use Blazor InputNumber.
- https://blazor-university.com/forms/accessing-form-state/ didn't help.
- FluentValidation too didn't help
Can somebody help me to resolve this issue?
With best wishes
