Skip to content

Commit

Permalink
fix(AutoComplete): cannot choose the option in safari (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Jun 12, 2024
1 parent e1c8b58 commit b9ab7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/forms/auto-complete/RuiAutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ defineExpose({
:active="isActiveItem(item)"
:size="dense ? 'sm' : undefined"
:value="getIdentifier(item)"
tabindex="0"
variant="list"
:class="{
highlighted: highlightedIndex === index,
Expand Down Expand Up @@ -763,7 +764,7 @@ defineExpose({
&.disabled {
~ .fieldset {
@apply border-dotted;
@apply border-black/[0.23] #{!important};
@apply border border-black/[0.23] #{!important};
}
}
Expand Down

0 comments on commit b9ab7ec

Please sign in to comment.