trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
518 stars 87 forks source link

[textfield]: Add ltrText property #2209

Closed trimox closed 4 years ago

trimox commented 4 years ago

Add ltrText property to apply mdc-text-field--ltr-text. Styles the text field's text elements (input, prefix, and suffix) as LTR even when the direction is RTL. Useful for RTL languages that use LTR for fractional notations.

reference https://github.com/material-components/material-components-web/pull/5802