Andrew Overton

Results 50 comments of Andrew Overton

Hi @awBSH, It hasn't made it to a release yet, but we just deprecated `MDCTextField`. I encourage you to switch to our newer text field offerings. See [these docs](https://github.com/material-components/material-components-ios/blob/develop/components/TextControls/README.md) for...

Hi @miworking3, Thank you for providing a gif. I don't actually understand what the bad behavior is by looking at the gif. It looks like typical scroll view bouncing. Can...

Hi, have you tried setting the `containerRadius` property on MDCOutlinedTextField's superclass MDCBaseTextFIeld?

Hi @rustyshelf , I believe the 2-finger "Z" escape gesture should dismiss the bottom sheet. Please let me know if this is not the case. Thanks!

Hello @sonalikal, the attached image looks like an underlined text field. Have you tried using the newer and better-supported `MDCUnderlinedTextField` to accomplish this? The bug you are describing does not...

Hi @sonalikal, sorry, it's a bit confusing. To use `MDCUnderlinedTextField` add `TextControls+UnderlinedTextFields` and/or `TextControls+UnderlinedTextFieldsTheming` to your Podfile. The TextFields component has our legacy text field implementation.

Hello @sonalikal, The new text fields differentiate between the floating label and the placeholder. Where you would've previously done something like this, if I remember correctly: ``` textInputController.textInput.placeholder = @"floating...

It looks like this PR has conflicts.

This is not a known issue! Thanks for filing. Are there any specific steps to reproduce or code samples that you can provide to help with debugging?

Hi @nguyetv75, thanks for the sample code. Does doing `textField.label.lineBreakStrategy = .byClipping` fix the issue by any chance?