Skip to content

Commit

Permalink
Update WhatsNew
Browse files Browse the repository at this point in the history
Fix #969
  • Loading branch information
vnbaaij committed Nov 19, 2023
1 parent 71a2223 commit 892beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Components/NumberField/FluentNumberField.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
max="@Max"
min="@Min"
id=@Id
value=@Value
value=@BindConverter.FormatValue(CurrentValue, CultureInfo.InvariantCulture)
current-value="@BindConverter.FormatValue(CurrentValue, CultureInfo.InvariantCulture)"
disabled="@Disabled"
name=@Name
Expand Down

0 comments on commit 892beee

Please sign in to comment.