google / material-design-lite

Material Design Components in HTML/CSS/JS
https://getmdl.io
Apache License 2.0
32.28k stars 5.03k forks source link

RTL input labels are not properly justified #4947

Open AsherBarak opened 7 years ago

AsherBarak commented 7 years ago

check out this: image labels should have been right jsutified

Garbee commented 7 years ago

This appears to be v1-specific. The V2 demo for textfields is working fine for RTL mode here.

We'd appreciate any input with the v2 components (currently in master branch) and RTL issues. The core teams focus is on V2 for major additions and fixes like adding RTL mode to components. V1 is community-only patches aside from critical issues at this point.

sgomes commented 7 years ago

Thanks, @AsherBarak! Unfortunately we don't have much support for RTL in MDL at all. As @Garbee mentioned, in Material Components for the Web (formerly MDL v2), we're building support for RTL from the start. As for MDL (v1), it would take a fair bit of CSS tweaking to get it in, but it's definitely possible! Happy to review any PRs if anyone wants to take a stab!