Skip to content

Commit

Permalink
Add aria-hidden attribute to input hint (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Oct 19, 2017
1 parent c145bf6 commit c41f1a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HintedInput.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class HintedInput extends React.Component {
return multiple ?
null :
<AutosizeInput
aria-hidden
inputClassName="rbt-input-hint"
inputStyle={{
...STYLES,
Expand Down

0 comments on commit c41f1a3

Please sign in to comment.