vue-datepicker icon indicating copy to clipboard operation
vue-datepicker copied to clipboard

RTL support

Open abumalekFayed opened this issue 7 months ago • 1 comments

Statement of the proplem: Right to left support is very important for this date picker it is fantastic component and consider the most powerfull date picker component for vue.js but the only thing missing for arabic comunity is right to left support

Solution: when select loacale to ar the component layout should be transfered to rtl direction

Alternative solution: add rtl boolean prop to set rtl direction

notes: when set dir to rtl the layout not transfered to rtl the only thing th action arrow changed to incorrect direction

Image

abumalekFayed avatar Apr 15 '25 10:04 abumalekFayed

Stale issue message

github-actions[bot] avatar Jun 16 '25 03:06 github-actions[bot]

Stale issue message

github-actions[bot] avatar Aug 16 '25 03:08 github-actions[bot]

This is already supported, you need to set css variable: --dp-direction: rtl

Jasenkoo avatar Oct 25 '25 18:10 Jasenkoo