From c5069b08a860a1120980737516880c73309214f2 Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Tue, 5 Nov 2024 17:23:09 +0100 Subject: [PATCH 1/2] feat(NeTextInput): add isSearch prop, prefix & suffix slots --- src/components/NeTextInput.vue | 62 ++++++++++++++++++++++++++++++++-- stories/NeTextInput.stories.ts | 49 +++++++++++++++++++++++++++ 2 files changed, 109 insertions(+), 2 deletions(-) diff --git a/src/components/NeTextInput.vue b/src/components/NeTextInput.vue index d1978d7..5de2dc8 100644 --- a/src/components/NeTextInput.vue +++ b/src/components/NeTextInput.vue @@ -4,13 +4,14 @@ -->