Skip to content

Commit

Permalink
Update packages/components/src/form-token-field/token.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
  • Loading branch information
mkaz and gziolo committed Oct 30, 2019
1 parent 5c2e21d commit 410e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/form-token-field/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Token( {
className="components-form-token-field__token-text"
id={ `components-form-token-field__token-text-${ instanceId }` }
>
<VisuallyHidden>{ termPositionAndCount }</VisuallyHidden>
<VisuallyHidden as="span">{ termPositionAndCount }</VisuallyHidden>
<span aria-hidden="true">{ transformedValue }</span>
</span>

Expand Down

0 comments on commit 410e6a8

Please sign in to comment.