Skip to content

Commit

Permalink
#1699: mr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lehju committed Jun 27, 2024
1 parent 0523da8 commit 11cb20b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-autocomplete
v-model="selectedUser"
:aria-label="!isReadonly() ? label + ' Name eingeben und mit Pfeiltaste runter durch die Liste navigieren' : ''"
:aria-label="!isReadonly() ? label + ' Name eingeben und mit Pfeiltaste-Runter durch die Liste navigieren' : ''"
:aria-readonly="isReadonly()"
:aria-required="isRequired()"
:auto-select-first="!screenreaderMode"
Expand Down

0 comments on commit 11cb20b

Please sign in to comment.