diff --git a/apps/showcase/doc/autocomplete/FloatLabelDoc.vue b/apps/showcase/doc/autocomplete/FloatLabelDoc.vue index 9129dc6a0..b1dc12591 100644 --- a/apps/showcase/doc/autocomplete/FloatLabelDoc.vue +++ b/apps/showcase/doc/autocomplete/FloatLabelDoc.vue @@ -2,10 +2,20 @@

A floating label appears on top of the input field when focused. Visit FloatLabel documentation for more information.

-
+
- - + + + + + + + + + + + +
@@ -15,21 +25,43 @@ export default { data() { return { - value: '', + value1: '', + value2: '', + value3: '', items: [], code: { basic: ` - - + + + + + + + + + + + + `, options: ` @@ -38,7 +70,9 @@ export default { export default { data() { return { - value: '', + value1: '', + value2: '', + value3: '', items: [] }; }, @@ -52,10 +86,20 @@ export default { `, composition: ` @@ -63,7 +107,9 @@ export default { diff --git a/apps/showcase/doc/datepicker/IftaLabelDoc.vue b/apps/showcase/doc/datepicker/IftaLabelDoc.vue index 40394f016..9b33bc818 100644 --- a/apps/showcase/doc/datepicker/IftaLabelDoc.vue +++ b/apps/showcase/doc/datepicker/IftaLabelDoc.vue @@ -27,7 +27,7 @@ export default {