Skip to content

Commit

Permalink
add placeholder text to CollectionSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbocarsly authored and ml-evs committed Nov 27, 2024
1 parent 4ba80f8 commit 0dff4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/CollectionSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
multiple
label="collection_id"
:filterable="false"
placeholder="type to search..."
@search="debouncedAsyncSearch"
>
<template #no-options="{ searching }">
Expand Down

0 comments on commit 0dff4f2

Please sign in to comment.