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

feat(textfield): Add prefix and suffix #2197

Closed trimox closed 4 years ago

trimox commented 4 years ago

Adds prefix and suffix string inputs for mdc-text-field.

closes #2124

asyncLiz commented 4 years ago

Just a quick comment on this, I don't think I see the mdc-text-field--label-floating class anywhere. This class needs to be toggled on the root of the textfield element to have the prefix and suffix visible.

trimox commented 4 years ago

@asyncLiz Much appreciated! 💎