evant / binding-collection-adapter

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
Apache License 2.0
1.92k stars 255 forks source link

Not able to bind Adapter to AutoCompleteTextView #189

Open shadygoneinsane opened 4 years ago

shadygoneinsane commented 4 years ago

I am trying to use binding adapter to bind items to AutoCompleteTextView by referring the same from here

Issue

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?