Search code examples
androidkotlinautocompletetextview

AutoCompleteTextView onSubmit event


I am using a AutoCompleteTextView and my question is if there is a event which gets called when you hit enter on your soft-keyboard?

enter image description here


Solution

  • The problem was that the AutoCompleteTextView had an attribute maxLines="1", if you pressed enter on the soft keyboard, the event doesn't get called.