From 1df77ce1418018ecc4aae40bc38abeeb2635ec84 Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Tue, 5 Nov 2024 17:23:25 +0100 Subject: [PATCH] fixi(NeTextInput): minor fixes --- src/components/NeTextInput.vue | 4 ++-- stories/NeTextInput.stories.ts | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/NeTextInput.vue b/src/components/NeTextInput.vue index 5de2dc8..ad91118 100644 --- a/src/components/NeTextInput.vue +++ b/src/components/NeTextInput.vue @@ -47,7 +47,7 @@ const props = defineProps({ }, clearSearchLabel: { type: String, - default: 'Clear search' + default: 'Clear' }, isPassword: { type: Boolean, @@ -234,7 +234,7 @@ function clearText() { v-else-if="isSearch && modelValue" class="absolute inset-y-0 right-0 flex items-center pr-3" > -