When setting MDCTextField error text to a long string, the error text runs past the width of the text field itself.
Hi, is this feature still on the roadmap? I will soon need to make error label on multiple lines and I don't want to use another lib ;)
Thanks
I'll ask @randallli to re毛valuate the priority of this work in our backlog.
Hello, did you have any idea of when this will be fixed ?
Any update on this issue? It has been a long time since reported.
Any updates?
How do I implement multiline error text?
You have that feature at v93.2.0
MDCTextField *textField = [[MDCTextField alloc] init];
textField.leadingUnderlineLabel.numberOfLines = 0;
textField.leadingUnderlineLabel.lineBreakMode = NSLineBreakByWordWrapping;
Release notes : https://github.com/material-components/material-components-ios/releases/tag/v93.2.0
You have that feature at v93.2.0
MDCTextField *textField = [[MDCTextField alloc] init]; textField.leadingUnderlineLabel.numberOfLines = 0; textField.leadingUnderlineLabel.lineBreakMode = NSLineBreakByWordWrapping;Release notes : https://github.com/material-components/material-components-ios/releases/tag/v93.2.0
Thanks Silvaric
Is there a way to customize the border color of the texfield when setting errors?
@Fernandez-Aldo for MDCTextFields you would do this by setting the errorColor on the controller
Most helpful comment
You have that feature at v93.2.0
Release notes : https://github.com/material-components/material-components-ios/releases/tag/v93.2.0