Skip to content

Commit

Permalink
Revert "fix(text-input): use placeholder text as title attribute (car…
Browse files Browse the repository at this point in the history
…bon-design-system#5622)"

This reverts commit def8cea.
  • Loading branch information
renmaddox authored Mar 20, 2020
1 parent 16cfbfc commit 88b0480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const TextInput = React.forwardRef(function TextInput(
type,
ref,
className: textInputClasses,
title: placeholder,
...other,
};
const labelClasses = classNames(`${prefix}--label`, {
Expand Down

0 comments on commit 88b0480

Please sign in to comment.