You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: