Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.06k stars 598 forks source link

wrong border when removeItemButton: true and dir is RTL #1067

Open appa1303 opened 1 year ago

appa1303 commented 1 year ago

Describe the bug When using the control in RTL and setting options removeItemButton: true The button border is on the wrong side of the button

To Reproduce Steps to reproduce the behavior:

  1. Create minimal page.
  2. set HTML dir="rtl"

Expected behavior when on RTL everything should be mirrored

Screenshots image