Vuetify: [Feature Request] v-navigation-drawer not respecting RTL

Created on 10 Aug 2019  路  6Comments  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.0.5
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.100
OS: Windows 10

Steps to reproduce

Using v-navigation-drawer while rtl is true

Expected Behavior

drawer in the right side

Actual Behavior

drawer in the left side

Reproduction Link

https://codepen.io/abdumuslim/pen/aeRWMK

VNavigationDrawer feature rtl

Most helpful comment

@abdumuslim to fix the issue you need to add just a :right="$vuetify.rtl"
example:
https://codepen.io/dev0x0/pen/RwbaeXK

All 6 comments

@abdumuslim @jacekkarczmarczyk I fixed this issues locally after testing i will open a PR

@abdumuslim to fix the issue you need to add just a :right="$vuetify.rtl"
example:
https://codepen.io/dev0x0/pen/RwbaeXK

This is not considered a bug at the moment. Moving to a feature request.

This slipped v2.2, moving to v2.3.

i made it work through setting drawer right property to true
https://vuetifyjs.com/en/components/navigation-drawers/

Was this page helpful?
0 / 5 - 0 ratings