-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
input types #8
Comments
You are 100% right. Frankly, I'm thinking about ways to improve the guide, and this issue will really open my eyes on things that I didn't included. I will definitely consider this, and will keep the issue opened for now. Thank you for the kind support! |
I seriously think I couldn't get through practical RTL without this guide—so I'd be glad to help in any way :) |
Currency would also be helpful, I'm guessing that would just be a number input. |
RTL Styling 101 is the most awesome resource I know about RTL, yet it could be a bit more exhaustive when it comes to inputs staying LTR :)
email
,tel
andnumber
are shown as examples, but what should happen to other input types? Date relative inputs (date
,datetime-local
,month
,week
,time
),url
orfile
seems legit to be LTR, whereas I guess thatpassword
should remain RTL.Am I right? Or missing something :D ?
Thanks for this unvaluable guide again, keep going!
The text was updated successfully, but these errors were encountered: