diff --git a/src/components/Select.vue b/src/components/Select.vue index c9d304b..4dc46bf 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -271,7 +271,7 @@ {{ getOptionLabel(option) }} - @@ -292,6 +292,7 @@ :readonly="!searchable" :style="{ width: isValueEmpty ? '100%' : 'auto' }" :id="inputId" + aria-label="Search for option" >