We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I need to can do below code:
$(".chosen-select").chosen({rtl: true});
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
Hi, Yes, I know that, but i need to do it with chosen script option
added rtl as initializer option, fixes harvesthq#1485
cb8e3cb
added rtl as initializer option, fixes #1485
150cbd9
2ea2b46
Successfully merging a pull request may close this issue.
Hi, I need to can do below code:
$(".chosen-select").chosen({rtl: true});
The text was updated successfully, but these errors were encountered: