ui-select
ui-select copied to clipboard
Missing support for RTL languages
trafficstars
There does not seem to be any support for right-to-left languages. To reproduce I've just added dir="rtl" to demo plunkrs, in Chrome everything is right-to-left except the content of ui-select itself:
- http://plnkr.co/edit/OkaWK2qcKWQ1sC53umCQ?p=preview
- http://plnkr.co/edit/ZjgiSpevvLdkWdxiqv4X?p=preview
Hello, I don't have any idea this could help but I need it right now and share it to the other.
.select2-container .select2-choice .select2-arrow {
right: unset;
left: 0;
border-right: 1px solid #aaa;
border-radius: 4px 0px 0px 4px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 10px;
}