From 6056e9746355f38b75a6b67d2415e3324c011d4d Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Thu, 15 Apr 2021 11:22:10 +0200 Subject: [PATCH] SelectInput.vue searching --- .../components/Others/Forms/SelectInput.vue | 81 ++++++++++++++++--- 1 file changed, 68 insertions(+), 13 deletions(-) diff --git a/resources/js/components/Others/Forms/SelectInput.vue b/resources/js/components/Others/Forms/SelectInput.vue index 54cf842a..0dad9635 100644 --- a/resources/js/components/Others/Forms/SelectInput.vue +++ b/resources/js/components/Others/Forms/SelectInput.vue @@ -7,8 +7,8 @@
- - + +
{{ selected.label }}
@@ -23,34 +23,66 @@ - +
+ +
    +
  • +
    + + +
    + {{ option.label }} +
  • +
+