MaterialTextField icon indicating copy to clipboard operation
MaterialTextField copied to clipboard

Material design UITextField with animated placeholder label and error message

Results 20 MaterialTextField issues
Sort by recently updated
recently updated
newest added

Hi, `textRectForBounds` is sometimes wrong when using left/rightView: - when `viewMode` is `.never` or `.whileEditing` everything is working as expected - when `viewMode` is `.always` or `.whileEditing`, frame is smaller...

How do I handle such scenario as error label overlaps below textfield? ![screenshot 2019-01-24 at 1 18 33 pm](https://user-images.githubusercontent.com/6275562/51662972-79023f00-1fdb-11e9-9ab7-b3bc473baf5e.png) ![screenshot 2019-01-24 at 1 26 15 pm](https://user-images.githubusercontent.com/6275562/51663052-ae0e9180-1fdb-11e9-859c-6fe1d9db09c1.png)

Excuse men you can convert source to version swift because to want use and extension function inside code

help wanted

Wanted to add left and top padding to Floating Label. I was able to insert padding to actual UITextField text.

Need to set placeholder at the center of UITextfield . someone please help with this .

question

Currently `prepareForInterfaceBuilder` hides the error label because I was unable to get it to show up correctly in the storyboard. **Steps to fix:** 1. Currently the `error` property is of...

enhancement

Here's a quick summary of the changes - `MFTextField` is now an accessibility container. - The first accessible element is the underlying text field itself. (It's documented in the `UIAccessibilityContainer`...

I've run into a bug (or memory management issue?) where an MFTextField is referencing a previously initialised MFTextField's font and text alignment. The app presents a VC modally, once a...

bug

First off, thanks for writing and publishing this! When I add error text to a field, the underline turns red, but I cannot see the error text. If I use...

bug