jaredrummler / MaterialSpinner

A spinner view for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selected Item shows with .toString()

MaxVoL87 opened this issue · comments

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

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

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)