Skip to content

Commit

Permalink
Merge branch 'master' into 5613-dropdown-skeleton-role
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Mar 14, 2020
2 parents af77af7 + 9e34748 commit ef762fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const TextInput = React.forwardRef(function TextInput(
type,
ref,
className: textInputClasses,
title: placeholder,
...other,
};
const labelClasses = classNames(`${prefix}--label`, {
Expand Down

0 comments on commit ef762fc

Please sign in to comment.