Quantcast
Channel: Edittext takes characters even after maxLength is reached - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Christos Themelis for Edittext takes characters even after...

if you use "setFilters" in your code, then your XML value will ignored. try this: EditText et = (EditText) findViewById(R.id.myeditText); et.setFilters(new InputFilter[]{ new...

View Article



Edittext takes characters even after maxLength is reached

As the title implies Edittext takes character beyond maxLength. Its just that they are invisible. So you keep typing and it remains unnoticed. But when you backspace , you must backspace for the...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images