Skip to content

Commit

Permalink
fix: Human numbers example range
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Dec 16, 2019
1 parent 76043c1 commit 59c0945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/human-friendly-numbers.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
id: "gg1",
value: 1024,
min: 0,
max: 10000,
max: 1000000,
title: "Target",
label: "",
humanFriendly: true,
Expand Down

0 comments on commit 59c0945

Please sign in to comment.