MaskedEditText icon indicating copy to clipboard operation
MaskedEditText copied to clipboard

If inputType set number,it will crash

Open Haoxiqiang opened this issue 8 years ago • 1 comments

Phone inputType works well,But all keys will show the English alphabet.I f number ,does edittext would set int not char?

Haoxiqiang avatar Apr 06 '16 03:04 Haoxiqiang

for inputType="number" only add android:digits="0123456789-" in your xml.

jpujolji avatar Apr 19 '16 21:04 jpujolji