Skip to content

Commit

Permalink
fix(NcSelect): RTL support
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Oct 17, 2024
1 parent f2c75d5 commit 1b49525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcEllipsisedOption/NcEllipsisedOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
</docs>

<template>
<span class="name-parts" :title="name">
<span dir="auto" class="name-parts" :title="name">
<NcHighlight class="name-parts__first"
:text="part1"
:search="search"
Expand Down
1 change: 1 addition & 0 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ export default {
'user-select': userSelect,
}"
v-bind="propsToForward"
dir="auto"
v-on="$listeners"
@search="searchString => search = searchString">
<template v-if="!labelOutside && inputLabel" #header>
Expand Down

0 comments on commit 1b49525

Please sign in to comment.