diff --git a/apps/showcase/doc/inputnumber/FloatLabelDoc.vue b/apps/showcase/doc/inputnumber/FloatLabelDoc.vue
index b5ae62adf..b0d5f866c 100644
--- a/apps/showcase/doc/inputnumber/FloatLabelDoc.vue
+++ b/apps/showcase/doc/inputnumber/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/inputnumber/IftaLabelDoc.vue b/apps/showcase/doc/inputnumber/IftaLabelDoc.vue
index 74c1871d4..5951c3653 100644
--- a/apps/showcase/doc/inputnumber/IftaLabelDoc.vue
+++ b/apps/showcase/doc/inputnumber/IftaLabelDoc.vue
@@ -4,7 +4,7 @@
-
+
Price
@@ -19,7 +19,7 @@ export default {
code: {
basic: `
-
+
Price
`,
@@ -27,7 +27,7 @@ export default {
-
+
Price
@@ -47,7 +47,7 @@ export default {
-
+
Price
diff --git a/apps/showcase/doc/inputnumber/InvalidDoc.vue b/apps/showcase/doc/inputnumber/InvalidDoc.vue
index e367e27b8..f71395327 100644
--- a/apps/showcase/doc/inputnumber/InvalidDoc.vue
+++ b/apps/showcase/doc/inputnumber/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 {
- value: null,
+ value1: null,
+ value2: null,
code: {
basic: `
-
+
+
`,
options: `
-
-
+
+
+
@@ -28,7 +32,8 @@ export default {
export default {
data() {
return {
- value: null
+ value1: null,
+ value2: null
}
}
}
@@ -36,15 +41,17 @@ export default {
`,
composition: `
-