Andrew Overton

Results 50 comments of Andrew Overton

Sure. Initialize a UIFont object with the `pointSize` you want and then set the font property inherited from UITextField. Placeholder color is currently not configurable. Floating label color is though--configure...

We do not publicly expose theming methods that apply colors only :/ We only provide theming methods that accept container schemes and apply theming for all subsystems. As a workaround...

Hi @vinayak-nickelfox, we intentionally did not implement a way to set the `backgroundColor` of the area inside the outline, because the outline has a break in it for the floating...

There is no standard bottom sheet implementation on iOS. This is because the iOS bottom sheet implementation makes use of custom view controller transitions, which do not allow interaction with...

Hi @Kedar-27, thanks for filing this issue. Can you provide some steps to reproduce? I'm not seeing this behavior in our examples.

Hi @Kedar-27, what happens if you inspect the `intrinsicContentSize` of the tab bar view when this bug is occurring? Is it bigger than the tab bar view's actual bounds? Are...

Hi, I recommend you try using our newer text field offering, `MDCOutlinedTextField`. To use it add `MaterialComponents/TextControls+OutlinedTextFields` and/or `MaterialComponents/TextControls+OutlinedTextFieldsTheming` to your podfile. Hope this helps!

There are two ways to avoid floating label behavior in the new text fields. One is to set the `labelBehavior` to `.disappears`, and the other is to just not have...

Hi @atebitsy, I think this is just a mockup. I don't think this is something that actually exists in code anywhere.

You're trying to make it so that tapping the rightView toggles secureTextEntry on the textfield, right? If that's right, then I think all you need to do is create a...