trimox / angular-mdc-web

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

Support for prefix and suffix text in mdc-text-field. #2124

Closed ilyakonrad closed 4 years ago

ilyakonrad commented 4 years ago

It seems strange not to have this useful feature.

https://material.io/components/text-fields/

Here's the example from Angular Material.

trimox commented 4 years ago

Hi @konraddrum prefix and suffix features are in the MDC pipeline. Soon as it's made available we'll implement.

Recent discussion on spec implementation, https://github.com/material-components/material-components-web/issues/5326#issuecomment-565164317

asyncLiz commented 4 years ago

https://github.com/material-components/material-components-web/issues/1892 is the tracking issue for prefix/suffix in MDC 😊

trimox commented 4 years ago

@asyncLiz Much appreciated!