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

Selected Item shows with .toString() #131

Open
MaxVoL87 opened this issue Jan 10, 2020 · 2 comments
Open

Selected Item shows with .toString() #131

MaxVoL87 opened this issue Jan 10, 2020 · 2 comments

Comments

@MaxVoL87
Copy link

Selected Item shows with .toString() but must be with adapter.getItemText(position)
b0
b1

@mDNA1198
Copy link

It could be the way it is meant to be used!

@scottyab
Copy link

scottyab commented Jun 4, 2021

To me this feels like a bug, as I understand it the whole point of adatper.getItemText() is to allow implementers to override and provide their own String based on the item. So getItemText should be used in the places marked above.

(Thanks for the library by the way)

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

3 participants