Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrit committed Aug 29, 2024
1 parent 8880180 commit 613f345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SeeSharp.Blazor/FloatSetting.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
return result;
return Value;
}

protected override Dictionary<string, object> CustomAttributes => new() {
{ "step", "any" }
};
}

0 comments on commit 613f345

Please sign in to comment.