-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
a 'direction' option is needed, which should affect the ui elements rendering
I made it work as 'rtl' by just 2 minor changes
1- in the selectize.js file, hideInput method should position the input at (1000) positive value, instead of the current (-1000) negative value
2- in the selectize.default.css file, inside the css selector (.selectize-control.single .selectize-input:after) you need to change (right: 15px;) to (left: 15px;)