I want to show an error to the user as part of suggestion when the text entered in the AutoCompleteTextView
is not found among the options. The suggestion which is shown as part of error should not be clickable/selectable.
I know we need to create a customer adapter for this, but not sure how can I do this efficiently. Can anyone help me with the approach?