Skip to content

Commit db18dd6

Browse files
author
Dominik Sumer
committed
removed className from accessibility section
1 parent e00e76e commit db18dd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ For accessibility purpose you can use the `id` prop to link your tooltip with an
196196
<Tooltip
197197
...
198198
id={this.props.name}
199-
<input className={className}
200-
type="text"
199+
<input type="text"
201200
...
202201
aria-describedby={this.props.name}/>
203202
</Tooltip>

0 commit comments

Comments
 (0)