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 <[email protected]>
  • Loading branch information
hamza221 committed Oct 17, 2024
1 parent f2c75d5 commit a0f70d4
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 @@ -512,6 +512,7 @@ export default {
<input :class="['vs__search', inputClass]"
v-bind="attributes"
:required="inputRequired"
dir="auto"
v-on="events">
</template>
<template #open-indicator="{ attributes }">
Expand Down

0 comments on commit a0f70d4

Please sign in to comment.