You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basically there is no problem with custom radio buttons but when i add dir="rtl" to HTML tag and click on radio buttons, the position's width will be 1366px! So when I uncheck the position of .c-input>input using chrome dev-tools, the problem will be fixed.
I tried using radio buttons on Mozila Firefox but I didn't saw such a problem in firefox.
We don't currently support RTL; it is on our backlog of features to add after v4 has a stable release.
Approximate duplicate of #19555.
But if you have a suggestion for a relatively simple fix, we'd gladly consider such a pull request.
Hi,
You can use this patch for full RTL compatibility for both Bootstrap 3.3.7 and 4.0.0-alpha.6 https://github.com/parsmizban/RTL-Bootstrap
If you have any pre designed theme, You can use this path to make your template RTL very easy
Good luck
twbs
locked and limited conversation to collaborators
Mar 18, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Operating system: Ubuntu 16.04
Browser: Chrome 51
basically there is no problem with custom radio buttons but when i add
dir="rtl"
to HTML tag and click on radio buttons, the position's width will be 1366px! So when I uncheck the position of.c-input>input
using chrome dev-tools, the problem will be fixed.I tried using radio buttons on Mozila Firefox but I didn't saw such a problem in firefox.
Here is a jsbin for radio buttons: http://jsbin.com/loqutu/edit?html,output
The text was updated successfully, but these errors were encountered: