chosen
chosen copied to clipboard
RTL Lefts and Rights
The plugin hides certain elements with negative lefts (like left: -9000px). When RTL is enabled, these all need to be switched to right (instead of left).
Maybe this can be fixed with my hide_mode option from the following pull request: https://github.com/julesjanssen/chosen/pull/35
"display"
or "visibility"
should fix it.
When the body tag with dir="rtl", this plugin not working !