summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/SearchBox/SearchBox.vue
diff options
context:
space:
mode:
authorDorraJaouad <dorra.jaoued7@gmail.com>2023-06-20 19:29:16 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-08-02 14:12:37 +0000
commit7f4078158fc12e685e9c6cb0863cf487e0ced9f8 (patch)
tree21dcccf2d88f54764e398bae786dafd103b7d1a2 /src/components/LeftSidebar/SearchBox/SearchBox.vue
parent5ae4d943534278d49c2154ea5f6c6b1c995e8b36 (diff)
Disabled search if filter and added clear btn
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
Diffstat (limited to 'src/components/LeftSidebar/SearchBox/SearchBox.vue')
-rw-r--r--src/components/LeftSidebar/SearchBox/SearchBox.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/LeftSidebar/SearchBox/SearchBox.vue b/src/components/LeftSidebar/SearchBox/SearchBox.vue
index 37d801cb0..1ebf58bb6 100644
--- a/src/components/LeftSidebar/SearchBox/SearchBox.vue
+++ b/src/components/LeftSidebar/SearchBox/SearchBox.vue
@@ -53,7 +53,7 @@ export default {
*/
placeholderText: {
type: String,
- default: t('spreed', 'Search...'),
+ default: t('spreed', 'Search…'),
},
/**
* The value of the input field, when receiving it as a prop the localValue
@@ -72,7 +72,7 @@ export default {
},
},
- emits: ['update:value', 'input', 'submit', 'abort-search', 'focus', 'focusCancel'],
+ emits: ['update:value', 'input', 'submit', 'abort-search'],
data() {
return {