-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[HxInputDate] [HxInputDateRange] Changing value causes two calls of EditContext.OnFieldChanged #787
Comments
My preference (same in other similar components). |
@hakenr, I am not familiar with the current code structure, there for I am not able to fix the issue (until someone explains me the thoughts behind).
Why are the so different NET8 vs pre-NET8? |
@jirikanda Before .NET 8, the |
We should be able to drop all these pre-net8 "branches" in November 2024: |
Reprosteps
Why?
(both HxInputDate<TValue> and also HxInputDateInternal<TValue> inherit from InputBase<TValue>)
First call
Second call
Posible solutions (not sure right now)
(I guess this occurs also in HxInputDateRange while it uses the same code structure.)
The text was updated successfully, but these errors were encountered: