diff --git a/packages/clay-select/demos/a11y.html b/packages/clay-select/demos/a11y.html
index 2f9aff2291..eeb13d3629 100644
--- a/packages/clay-select/demos/a11y.html
+++ b/packages/clay-select/demos/a11y.html
@@ -32,7 +32,7 @@
Select
-
+
* In order to use inline-groups you may need to place it inside a .form-inline.form-inline-autofit container.
@@ -57,7 +57,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
-
+
* In order to use inline-groups you may need to place it inside a .form-inline.form-inline-autofit container.
@@ -83,6 +83,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
new metal.ClaySelect(
{
label: 'Inline Autofit Select',
+ inline: true,
options: [
{
label: 'Option 1',
@@ -92,14 +93,14 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-block'
);
new metal.ClaySelect(
{
label: 'Inline Autofit Select 2',
+ inline: true,
options: [
{
label: 'Option 1',
@@ -109,8 +110,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-block'
);
@@ -173,6 +173,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
new metal.ClaySelect(
{
label: 'Inline Multiple Select',
+ inline: true,
multiple: true,
options: [
{
@@ -183,14 +184,14 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-multiple-block'
);
new metal.ClaySelect(
{
label: 'Inline Multiple Select 2',
+ inline: true,
multiple: true,
options: [
{
@@ -201,8 +202,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-multiple-block'
);
diff --git a/packages/clay-select/demos/index.html b/packages/clay-select/demos/index.html
index 2f9aff2291..eeb13d3629 100644
--- a/packages/clay-select/demos/index.html
+++ b/packages/clay-select/demos/index.html
@@ -32,7 +32,7 @@ Select
-
+
* In order to use inline-groups you may need to place it inside a .form-inline.form-inline-autofit container.
@@ -57,7 +57,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
-
+
* In order to use inline-groups you may need to place it inside a .form-inline.form-inline-autofit container.
@@ -83,6 +83,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
new metal.ClaySelect(
{
label: 'Inline Autofit Select',
+ inline: true,
options: [
{
label: 'Option 1',
@@ -92,14 +93,14 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-block'
);
new metal.ClaySelect(
{
label: 'Inline Autofit Select 2',
+ inline: true,
options: [
{
label: 'Option 1',
@@ -109,8 +110,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-block'
);
@@ -173,6 +173,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
new metal.ClaySelect(
{
label: 'Inline Multiple Select',
+ inline: true,
multiple: true,
options: [
{
@@ -183,14 +184,14 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-multiple-block'
);
new metal.ClaySelect(
{
label: 'Inline Multiple Select 2',
+ inline: true,
multiple: true,
options: [
{
@@ -201,8 +202,7 @@ * In order to use inline-groups you may need to place it inside a .form-inli
label: 'Option 2',
value: '2'
}
- ],
- wrapperType: 'inline-group'
+ ]
},
'#inline-autofit-multiple-block'
);