Skip to content

Commit

Permalink
docs(Field.Number): fix percent demo/example (#3755)
Browse files Browse the repository at this point in the history
Seems like the `percent` property was forgotten when making the
demo/example, in the following commit
cb89fa4
  • Loading branch information
langz authored Jul 5, 2024
1 parent d6d3dbd commit c1a0839
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export const Percentage = () => {
return (
<ComponentBox>
<Field.Number
percent
value={80}
label="Percentage"
onChange={(value) => console.log('onChange', value)}
Expand Down

0 comments on commit c1a0839

Please sign in to comment.