From 4033c34309d414ce5c8b07d8ed2ec5f46f937da2 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 20 Sep 2024 14:02:15 +0300 Subject: [PATCH] Label support for AutoComplete --- .../doc/autocomplete/FloatLabelDoc.vue | 74 +++++++++++++---- .../doc/autocomplete/IftaLabelDoc.vue | 83 +++++++++++++++++++ apps/showcase/doc/datepicker/IftaLabelDoc.vue | 2 +- apps/showcase/pages/autocomplete/index.vue | 6 ++ 4 files changed, 150 insertions(+), 15 deletions(-) create mode 100644 apps/showcase/doc/autocomplete/IftaLabelDoc.vue 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 {