There is a name EditText in my screen. I want to accept only alphabets means from a-z,A-Z
and should not accept numbers, special chars.
I'am using inputtype="textPersonName" for that but its notworking, it accepts means showing all numbers, chars etc..
For phone field inputtype="phone" is working it accepting means showing numbers in field` only.
Why like that?