material-components-ios icon indicating copy to clipboard operation
material-components-ios copied to clipboard

[TextFields] remove rounded Corners MDCTextInputControllerOutlined

Open wafalabidi opened this issue 6 years ago • 2 comments

How can i remove rounded corners from MDCTextInputControllerOutlined i tried
usernameController?.roundedCorners = .init(rawValue: 0) but it only works when textfield is empty


Internal data

wafalabidi avatar Oct 06 '19 15:10 wafalabidi

Your title label prefix has been renamed from [Textfields] to [TextFields].

Not sure if this is still important, but here's how to solve it by changing default value

  1. go this file Asset 1 2)change this value Screenshot 2020-06-21 at 13 57 09

somerepository avatar Jun 21 '20 10:06 somerepository