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"/>