Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Future: RTL Chosen with chosen option #1485

Closed
minijoomla opened this issue Aug 17, 2013 · 2 comments
Closed

New Future: RTL Chosen with chosen option #1485

minijoomla opened this issue Aug 17, 2013 · 2 comments

Comments

@minijoomla
Copy link

Hi, I need to can do below code:

$(".chosen-select").chosen({rtl: true});

@behzadev
Copy link

if you want to use chosen in rtl mode, all you need to do is to give your select input a class as 'chosen-rtl'.

<select id="blah" class="chosen-rtl">
</select>

@minijoomla
Copy link
Author

Hi,
Yes, I know that, but i need to do it with chosen script option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants