vueform / multiselect

Vue 3 multiselect component with single select, multiselect and tagging options (+Tailwind CSS support).
https://vueform.com
MIT License
807 stars 150 forks source link

problem with direction #331

Open nekooee opened 1 year ago

nekooee commented 1 year ago

my body is rtl (dir="rtl") I need the multi-select to be ltr. but when I add dir="ltr" to the parent of the component, the component still yet gets rtl class. It seems that it still uses the body dir, which is rtl, and doesn't use its own parent dir. what should I do?