shadeed / rtl-styling

An extensive guide on how to style for RTL in CSS
https://rtlstyling.com/
MIT License
351 stars 19 forks source link

input types #8

Open ffoodd opened 3 years ago

ffoodd commented 3 years ago

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 and number are shown as examples, but what should happen to other input types? Date relative inputs (date, datetime-local, month, week, time), url or file seems legit to be LTR, whereas I guess that password should remain RTL.

Am I right? Or missing something :D ?

Thanks for this unvaluable guide again, keep going!

shadeed commented 3 years ago

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!

ffoodd commented 3 years ago

I seriously think I couldn't get through practical RTL without this guide—so I'd be glad to help in any way :)

leevigraham commented 2 years ago

email, tel and number are shown as examples

Currency would also be helpful, I'm guessing that would just be a number input.