Andrew Overton
Andrew Overton
In https://github.com/material-components/material-components-ios/issues/9381 you mentioned you're working with MDCOutlinedTextField, but the picture in the description for this issue looks like an MDCTextField with an MDCTextInputControllerOutlined. Are you using both types of...
No worries, one is totally new. If you're interested in trying the new one, MDCOutlinedTextFIeld, which I would recommend over the old one, you can find instructions here: https://github.com/material-components/material-components-ios/tree/develop/components/TextControls. I...
We just released a new possible replacement for MDCTextFields living under the "TextControls" component. One of the textfields, the [MDCOutlinedTextField](https://github.com/material-components/material-components-ios/blob/develop/components/TextControls/src/MDCOutlinedTextField.h), looks like it would meet your needs. Would you be...
The new textfield does not currently expose a means of setting corner radius on the outline.
Hi @M7amedNahhas , could you provide a little more information here? Thanks!
Hi @arevellfraedom, just out of curiosity, are you subclassing MDCBaseTextField and adding your own outline behavior? MDCBaseTextField is not intended to be subclassed--subclassing is not supported. Unfortunately, until https://github.com/material-components/material-components-ios/pull/9861 was...
@arevellfraedom, interesting! When I built the mechanism for density in these text fields I envisioned it as being a gradual thing. I figured the user should be able to decide...
As a user, how would you want to configure density? In other words, what would your preferred density API be? Vote with the GitHub emoji react thingy. Voting more than...
@Fernandez-Aldo your vote will only be counted if you put a 🎉 reaction on the comment! Only half kidding
Hi @vidalbenjoe, out of curiosity, which library did you switch to?