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

Bootstrap Form Group Select RTL #110

Open
hamidfzm opened this issue Apr 14, 2016 · 4 comments
Open

Bootstrap Form Group Select RTL #110

hamidfzm opened this issue Apr 14, 2016 · 4 comments
Labels
Milestone

Comments

@hamidfzm
Copy link

hamidfzm commented Apr 14, 2016

There are some rtl problems in bootstrap select option form-group from controls
screen shot 1395-01-26 at 7 13 29 pm
screen shot 1395-01-26 at 7 13 39 pm

And here is the html code:

<div class="form-group">
    <label for="guarantee">گارانتی:</label>
    <select id="guarantee" name="guarantee" class="form-control">
        <option>آزمایشی</option>
    </select>
</div>
@morteza morteza added the bug label Apr 19, 2016
@morteza morteza added this to the 4.x milestone Apr 19, 2016
@azimidev
Copy link

azimidev commented Aug 29, 2016

use this in your css option { direction : ltr !important; }

@alqahtani
Copy link

I have the same problem. I've tried @hassanazimi 's solution: option { direction: ltr; } does not work for me :(

@azimidev
Copy link

azimidev commented Dec 12, 2016

you forgtot !important

@alqahtani
Copy link

@hassanazimi actually it did take the direction: ltr functionality without !important and it still doesn't work. even though I tried to add !important and no effect

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

No branches or pull requests

4 participants