Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Commit

Permalink
Fix ClayList Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles authored and carloslancha committed Jan 13, 2018
1 parent e446bb2 commit eb105d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/clay-list/demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h4>Selectable List with Selected Items</h4>
inputNameField: 'type',
inputNamesMap: {
'folder': 'folder',
'type': 'chef',
'chef': 'chef',
'*': 'recipe'
},
inputValueField: 'id',
Expand Down Expand Up @@ -324,7 +324,7 @@ <h4>Selectable List with Selected Items</h4>
inputNameField: 'type',
inputNamesMap: {
'folder': 'folder',
'type': 'chef',
'chef': 'chef',
'*': 'recipe'
},
inputValueField: 'id',
Expand Down Expand Up @@ -361,7 +361,7 @@ <h4>Selectable List with Selected Items</h4>
inputNameField: 'type',
inputNamesMap: {
'folder': 'folder',
'type': 'chef',
'chef': 'chef',
'*': 'recipe'
},
inputValueField: 'id',
Expand Down Expand Up @@ -404,7 +404,7 @@ <h4>Selectable List with Selected Items</h4>
inputNameField: 'type',
inputNamesMap: {
'folder': 'folder',
'type': 'chef',
'chef': 'chef',
'*': 'recipe'
},
inputValueField: 'id',
Expand Down Expand Up @@ -453,7 +453,7 @@ <h4>Selectable List with Selected Items</h4>
inputNameField: 'type',
inputNamesMap: {
'folder': 'folder',
'type': 'chef',
'chef': 'chef',
'*': 'recipe'
},
inputValueField: 'id',
Expand Down Expand Up @@ -502,7 +502,7 @@ <h4>Selectable List with Selected Items</h4>
inputNameField: 'type',
inputNamesMap: {
'folder': 'folder',
'type': 'chef',
'chef': 'chef',
'*': 'recipe'
},
inputValueField: 'id',
Expand Down

0 comments on commit eb105d4

Please sign in to comment.