MaskedEditText icon indicating copy to clipboard operation
MaskedEditText copied to clipboard

next button of the keyboard doesn't work

Open KucherenkoIhor opened this issue 7 years ago • 0 comments

android:nextFocusForward="@+id/etYear" android:imeOptions="actionNext"

Step to reproduce:

  1. Start input something in MaskedEditText
  2. Tap on next button Expectations: The following edit text will be focused Actual: The current MasketEditText is still focused

KucherenkoIhor avatar Nov 17 '17 10:11 KucherenkoIhor