0

Keyboard action button is disabled if input digit attribute is given.How can I enable it?

Below is my code:

<EditText
android:id="@+id/other_minor_complaints"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginRight="20dp"
android:layout_marginEnd="20dp"
android:layout_marginStart="20dp"                                      
android:digits="abcdefghijklmnopqrstuvwxyz"
android:imeOptions="actionDone"/>
  • Hi just refer to this please https://stackoverflow.com/questions/19588503/androiddigits-not-allowing-next-button-in-keypad – Mercato Jan 03 '19 at 13:01
  • Possible duplicate of [android:digits not allowing next button in keypad](https://stackoverflow.com/questions/19588503/androiddigits-not-allowing-next-button-in-keypad) – Abhinav Suman Jan 03 '19 at 13:05

0 Answers0