Describe the bug
InputAttributes on MatTextField does nothing, no values are set, no errors thrown
To Reproduce
Steps to reproduce the behavior:
Set InputAttributes
Expected behavior
InputAttributes sets values as it's supposed to
Just ran in to this as well. Instead of using InputAttributes, use Attributes. InputAttributes seems to only be for the check box component.
@Kylar182 ,
Per @jrhodnik , is this still an issue or can this be closed?
@Kylar182 ,
Per @jrhodnik , is this still an issue or can this be closed?
I think it's more an issue of documentation I guess, I ended up using a workaround but the documentation should at least be updated
@Kylar182 ,
Per @jrhodnik , is this still an issue or can this be closed?I think it's more an issue of documentation I guess, I ended up using a workaround but the documentation should at least be updated
Would you be willing to open a PR?