Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to bind Adapter to AutoCompleteTextView #189

Open
shadygoneinsane opened this issue May 20, 2020 · 0 comments
Open

Not able to bind Adapter to AutoCompleteTextView #189

shadygoneinsane opened this issue May 20, 2020 · 0 comments

Comments

@shadygoneinsane
Copy link

shadygoneinsane commented May 20, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant