As we know, maxLength
for EditText
is set by:
android:maxLength="19"
or programmatically. My question is that how can I remove this maxLength
programmatically if it was set to certain length? I want to set maxLength
to the maximum length possible.
Just try to set a maxLength property to -1
or programmatically