Skip to content

Commit

Permalink
fix(number-input): remove default value for label (#5347)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt authored Feb 17, 2020
1 parent 50b14ff commit acb9458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/NumberInput/NumberInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class NumberInput extends Component {
disabled: false,
hideLabel: false,
iconDescription: 'choose a number',
label: ' ',
step: 1,
invalid: false,
invalidText: 'Provide invalidText',
Expand Down

0 comments on commit acb9458

Please sign in to comment.