Skip to content

Commit

Permalink
fix(NcTimezonePicker): Add correct aria-label
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Nov 7, 2023
1 parent 515b658 commit 24ec8ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/NcTimezonePicker/NcTimezonePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ export default {

<template>
<NcSelect :uid="uid"
:value="selectedTimezone"
:options="options"
:multiple="false"
:aria-label-combobox="t('Search for time zone')"
:clearable="false"
:filter-by="filterBy"
:multiple="false"
:options="options"
:placeholder="placeholder"
:selectable="isSelectable"
:filter-by="filterBy"
:value="selectedTimezone"
label="label"
@option:selected="change" />
</template>
Expand Down

0 comments on commit 24ec8ef

Please sign in to comment.