Skip to content

Commit

Permalink
fix(number-input): add helpertext class when helper text is present (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and alisonjoseph committed Nov 7, 2018
1 parent 1d78fce commit dfd9dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NumberInput/NumberInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export default class NumberInput extends Component {

const numberInputClasses = classNames('bx--number', className, {
'bx--number--light': light,
'bx--number--helpertext': helperText,
});

const props = {
Expand Down

0 comments on commit dfd9dfd

Please sign in to comment.