vue-search-select
vue-search-select copied to clipboard
RTL direction
Is there any way to set RTL direction ?
Hi, add those lines in your component
.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search { text-align: right; } .ui.multiple.dropdown { padding: .22619048em .35714286em .22619048em 2.1em; } .ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon { right: auto; left: 1em; } .ui.selection.dropdown .menu>.item { text-align: right; }