diff --git a/packages/react/src/components/TextInput/TextInput.js b/packages/react/src/components/TextInput/TextInput.js index 0dfea7ee2b0d..0f4f8220cda6 100644 --- a/packages/react/src/components/TextInput/TextInput.js +++ b/packages/react/src/components/TextInput/TextInput.js @@ -56,6 +56,7 @@ const TextInput = React.forwardRef(function TextInput( type, ref, className: textInputClasses, + title: placeholder, ...other, }; const labelClasses = classNames(`${prefix}--label`, {