Using Android:Digits attribute to restrict characters stops action next button working Using Android:Digits attribute to restrict characters stops action next button working android android

Using Android:Digits attribute to restrict characters stops action next button working


After a bit of poking around with the attributes available for an EditText I found that when I add android:singleLine="true" the ENTER key now moves the focus to the next field, even when a android:digits is restricting the characters entered. Problem solved! (for me, anyway!)