diff --git a/apps/showcase/doc/datepicker/FloatLabelDoc.vue b/apps/showcase/doc/datepicker/FloatLabelDoc.vue
index 89b3e5d2b..ba40e0b1f 100644
--- a/apps/showcase/doc/datepicker/FloatLabelDoc.vue
+++ b/apps/showcase/doc/datepicker/FloatLabelDoc.vue
@@ -9,7 +9,7 @@
-
+
In Label
@@ -36,7 +36,7 @@ export default {
-
+
In Label
@@ -54,7 +54,7 @@ export default {
-
+
In Label
@@ -86,7 +86,7 @@ export default {
-
+
In Label
diff --git a/apps/showcase/doc/datepicker/IftaLabelDoc.vue b/apps/showcase/doc/datepicker/IftaLabelDoc.vue
index d2b31f0dc..3a181b83a 100644
--- a/apps/showcase/doc/datepicker/IftaLabelDoc.vue
+++ b/apps/showcase/doc/datepicker/IftaLabelDoc.vue
@@ -4,7 +4,7 @@
-
+
Date
@@ -19,7 +19,7 @@ export default {
code: {
basic: `
-
+
Date
`,
@@ -27,7 +27,7 @@ export default {
-
+
Date
@@ -47,7 +47,7 @@ export default {
-
+
Date
diff --git a/apps/showcase/doc/datepicker/InvalidDoc.vue b/apps/showcase/doc/datepicker/InvalidDoc.vue
index 75fb99d61..0eef44a97 100644
--- a/apps/showcase/doc/datepicker/InvalidDoc.vue
+++ b/apps/showcase/doc/datepicker/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,15 +13,18 @@
export default {
data() {
return {
- date: null,
+ date1: null,
+ date2: null,
code: {
basic: `
-
+
+
`,
options: `
-
-
+
+
+
@@ -28,7 +32,8 @@ export default {
export default {
data() {
return {
- date: null
+ date1: null,
+ date2: null
};
}
};
@@ -36,15 +41,17 @@ export default {
`,
composition: `
-