You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calendar icon and navigation arrows should adjust their positions to align with RTL conventions (e.g., the left and right arrows should not be swapped).
Actual Behavior:
The calendar icon and navigation arrows remain in their original positions, which is inconsistent with RTL layouts.
Additional Information:
This issue likely affects usability for RTL language users.
A fix should ensure that the icon and arrows respect the dir="rtl" attribute.
Media & Screenshots
No response
Baklava Version
3.3.0-beta.15
Operating system
OS: [e.g. iOS]:
Browser [e.g. chrome, safari]:
Any other details...
Priority this issue should have
Low (slightly annoying)
Please review the checkboxes that are applicable.
This issue is directly related to React
The text was updated successfully, but these errors were encountered:
#998)
Issue
When the user selects RTL mode, the calendar icons are swapped
incorrectly.
Fix
Explicitly set direction: ltr to ensure icons remain in the correct
order.
Resolved incorrect icon placement while maintaining RTL layout.
Issue: #997
---------
Co-authored-by: mehmet.tanas <[email protected]>
Co-authored-by: Erbil <[email protected]>
Issue description
Steps to Reproduce:
Open the date picker component.
Add RTL direction to the document (e.g., ).
Observe the calendar icon and navigation arrows.
Expected Behavior:
The calendar icon and navigation arrows should adjust their positions to align with RTL conventions (e.g., the left and right arrows should not be swapped).
Actual Behavior:
The calendar icon and navigation arrows remain in their original positions, which is inconsistent with RTL layouts.
Additional Information:
This issue likely affects usability for RTL language users.
A fix should ensure that the icon and arrows respect the dir="rtl" attribute.
Media & Screenshots
No response
Baklava Version
3.3.0-beta.15
Operating system
OS: [e.g. iOS]:
Browser [e.g. chrome, safari]:
Any other details...
Priority this issue should have
Low (slightly annoying)
Please review the checkboxes that are applicable.
The text was updated successfully, but these errors were encountered: