diff --git a/apps/showcase/doc/autocomplete/FloatLabelDoc.vue b/apps/showcase/doc/autocomplete/FloatLabelDoc.vue
index b1dc12591..9788b002d 100644
--- a/apps/showcase/doc/autocomplete/FloatLabelDoc.vue
+++ b/apps/showcase/doc/autocomplete/FloatLabelDoc.vue
@@ -9,7 +9,7 @@
-
+
In Label
@@ -37,7 +37,7 @@ export default {
-
+
In Label
@@ -55,7 +55,7 @@ export default {
-
+
In Label
@@ -93,7 +93,7 @@ export default {
-
+
In Label
diff --git a/apps/showcase/doc/autocomplete/IftaLabelDoc.vue b/apps/showcase/doc/autocomplete/IftaLabelDoc.vue
index d6815a0a4..ad680907a 100644
--- a/apps/showcase/doc/autocomplete/IftaLabelDoc.vue
+++ b/apps/showcase/doc/autocomplete/IftaLabelDoc.vue
@@ -4,7 +4,7 @@
@@ -20,7 +20,7 @@ export default {
code: {
basic: `
-
+
Identifier
`,
@@ -28,7 +28,7 @@ export default {
@@ -54,7 +54,7 @@ export default {
diff --git a/apps/showcase/doc/autocomplete/InvalidDoc.vue b/apps/showcase/doc/autocomplete/InvalidDoc.vue
index 453738695..99978e2e6 100644
--- a/apps/showcase/doc/autocomplete/InvalidDoc.vue
+++ b/apps/showcase/doc/autocomplete/InvalidDoc.vue
@@ -2,8 +2,9 @@
Invalid state is displayed using the invalid prop to indicate a failed validation. You can use this style when integrating with form validation libraries.
-
-
+
@@ -12,16 +13,19 @@
export default {
data() {
return {
- value: '',
+ value1: '',
+ value2: '',
items: [],
code: {
basic: `
-
+
+
`,
options: `
-
-
+
@@ -29,7 +33,8 @@ export default {
export default {
data() {
return {
- value: '',
+ value1: '',
+ value2: '',
items: []
};
},
@@ -43,15 +48,17 @@ export default {
`,
composition: `
-