Skip to content

Commit

Permalink
Fix accessibility issue | Fixes #518
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Feb 6, 2018
1 parent 72351bf commit 838ba40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/clay-management-toolbar/demos/a11y.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,21 +212,21 @@ <h1 class="page-title">
items: [
{
label: 'Item 1',
inputName: 'filteritem1checkbox',
inputName: 'filteritem4checkbox',
inputValue: '1',
type: 'checkbox',
},
{
checked: true,
label: 'Item 2',
inputName: 'filteritem2checkbox',
inputName: 'filteritem5checkbox',
inputValue: '2',
type: 'checkbox',
},
{
disabled: true,
label: 'Item 3',
inputName: 'filteritem3checkbox',
inputName: 'filteritem6checkbox',
inputValue: '3',
type: 'checkbox',
},
Expand All @@ -238,21 +238,21 @@ <h1 class="page-title">
items: [
{
label: 'Item 1',
inputName: 'orderitem1checkbox',
inputName: 'orderitem4checkbox',
inputValue: '1',
type: 'checkbox',
},
{
checked: true,
label: 'Item 2',
inputName: 'orderitem2checkbox',
inputName: 'orderitem5checkbox',
inputValue: '2',
type: 'checkbox',
},
{
disabled: true,
label: 'Item 3',
inputName: 'orderitem3checkbox',
inputName: 'orderitem6checkbox',
inputValue: '3',
type: 'checkbox',
},
Expand Down

0 comments on commit 838ba40

Please sign in to comment.