Skip to content

Commit

Permalink
Not setting current-value for fluent-number-field (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
cupsos authored Feb 2, 2024
1 parent 77b1b9f commit dc45fab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/Components/NumberField/FluentNumberField.razor
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
min="@(ReadOnly ? value : Min)"
id=@Id
value="@value"
current-value="@value"
disabled="@Disabled"
name=@Name
required="@Required"
Expand Down

0 comments on commit dc45fab

Please sign in to comment.