Skip to content

Commit

Permalink
docs(Tile): add aria attributes to wrapper div (carbon-design-system#…
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed May 9, 2019
1 parent eb176cd commit 98ab40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Tile/Tile-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ storiesOf('Tile', module)
() => {
const selectableProps = props.selectable();
return (
<div>
<div role="group" aria-label="selectable tiles">
<SelectableTile id="tile-1" name="tiles" {...selectableProps}>
Multi-select Tile
</SelectableTile>
Expand Down

0 comments on commit 98ab40f

Please sign in to comment.