Skip to content

Need to support right to left #109

@AhmedMozaly

Description

@AhmedMozaly

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions