@bind-value doesn't work correctly with globalization features #12631
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Done
This issue has been fixed
Milestone
These two work differently:
@bind
is aware of the fact that we're using a culture-invariant field and will pass the invariant culture into the binding.However,
@bind-value
isn't doing this.The fix is to add two additional mappings to
BindAttributes
The text was updated successfully, but these errors were encountered: