-
Hi,
I'd really like to have the option to only show the icon when the edit text has focus. If this is something you'd be interested in adding, I'm happy to submit a pull request.
-
### Describe the bug
When playing the game Stunt Dirt Bike, the level indicator is always `Level 88` for every level.
![image](https://i.imgur.com/STHrGIM.png)
### Expected behavior
On nat…
-
Hi! i have an issue regarding on the bubble layout when i added edittext the keyboard will not showup i added a toggle keyboard it does show up but it wont type on the edit text.. please help.
than…
-
Hi i want to getfocus from current text view and want to setfocus on my edittext.
eg. i want to get focus from whatsapp's edittext to my edittext and when click on done button the text which is on …
-
Example:
```
EditText mBookName;
EditText mAccno;
EditText mIssuedTo;
EditText mDate;
```
-
Usually, when nothing is entered into an `EditText`, it has a 'hint' text displayed instead. It should be also possible to show the dictionary for it.
Use `getHint()` instead of `getText()` when th…
-
-
Easily fixed, but the inputType for the EditText allows the user to enter in numeric values with decimals. If you do this, it always sets the value to the picker's minimum value (not desired behavior)…
-
See [this library from Cielsk](https://github.com/Cielsk/clearable-edittext), [this library from rengwuxian](https://github.com/rengwuxian/MaterialEditText), [this library from HITGIF](https://github.…
-
When set aztec.visualEditor.filters = arrayOf(InputFilter.LengthFilter(1000)) ,it menas EditText MaxLength is 1000,next I paste piece of text with more than 500 words, the
first time is all right ,b…