Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
vnbaaij committed Feb 2, 2024
2 parents 36f67c1 + dc45fab commit 8decc2c
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 8decc2c

Please sign in to comment.