Since AutoCompleteTextView doesn't extend AdapterView so the binding fails with error :
Cannot find a setter for <android.widget.AutoCompleteTextView app:itemBinding> that accepts parameter type 'me.tatarka.bindingcollectionadapter2.ItemBinding<java.lang.String>'
Feature Request
Is there something I'm missing or the support for AutoCompleteTextView is not provided as of now?
I am trying to use binding adapter to bind items to
AutoCompleteTextView
by referring the same from hereIssue
Since
AutoCompleteTextView
doesn't extendAdapterView
so the binding fails with error :Feature Request
Is there something I'm missing or the support for
AutoCompleteTextView
is not provided as of now?