Fixed direction bug in RTL mode of the text input
@@ -59,7 +59,7 @@
&[dir="rtl"] {
.select2-selection--multiple {
- .select2-selection__choice, .select2-selection__placeholder {
+ .select2-selection__choice, .select2-selection__placeholder, .select2-search--inline {
float: right;
}