Skip to content

Commit

Permalink
[DDW-543] Add descriptive labels to Numeric Input stories
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Jan 25, 2021
1 parent 88fc6d2 commit b82d803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stories/NumericInput.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ storiesOf('NumericInput', module)
}}
decimalPlaces={2}
value={store.state.value}
label="Numeric Input (2 decimal places, ',' as decimal separator, '.' as group separator)"
/>
))
)
Expand All @@ -76,6 +77,7 @@ storiesOf('NumericInput', module)
}}
decimalPlaces={2}
value={store.state.value}
label="Numeric Input (2 decimal places, '.' as decimal separator, space as group separator)"
/>
))
)
Expand Down

0 comments on commit b82d803

Please sign in to comment.