TextFieldBoxes icon indicating copy to clipboard operation
TextFieldBoxes copied to clipboard

Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.

Results 37 TextFieldBoxes issues
Sort by recently updated
recently updated
newest added

I have TextFieldBoxes with maxCharacters="500". After several pastes of ~100 symbols from clipboard the view disappears.

bug
help wanted

Sorry :D ![screen shot 2018-03-27 at 20 53 24](https://user-images.githubusercontent.com/5810/37988347-fb84d45c-3200-11e8-8909-0209b043654e.png)

can't reproduce
crash

When typing multiline text after going to line 32 and after it the input box disappears from screen and after deleting symbols to line 31 it appears again.

I am trying to use this library using Kotlin but even with a simple layout I am getting the exception below: ``` android.view.InflateException: Binary XML file line #9: Attempt to...

I've faced with the crash on OPPO 5.1.1 with a very strange error for me I don't have any assumptions how it might happen. Here below stacktrace with the occurred...

while typing it's using more cpu than default EditTextfiled might be what is causing lags.

Is there currently a way to change the font for the hint in an ExtendedEditText? Using setTypeface for me only changes the font of the text itself, but not the...

![22](https://user-images.githubusercontent.com/11999503/44859350-a2ad7900-ac7c-11e8-9364-5e794490617e.PNG) These fields are black on all versions of 6.0 My code: If I delete app:panelBackgroundColor="@color/transparent" then I get black screen too

When edit text is cursor's at position 0 when focused, the cursor is not visible when prefix is set