ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

Missing support for RTL languages

Open romario333 opened this issue 9 years ago • 1 comments
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

romario333 avatar Nov 24 '15 14:11 romario333

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;
}

Salman-Samian avatar Apr 11 '19 13:04 Salman-Samian