MaterialSpinner icon indicating copy to clipboard operation
MaterialSpinner copied to clipboard

Selected Item shows with .toString()

Open MaxVoL87 opened this issue 5 years ago • 2 comments

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

MaxVoL87 avatar Jan 10 '20 15:01 MaxVoL87

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

mDNA1198 avatar Jan 17 '20 08:01 mDNA1198

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)

scottyab avatar Jun 04 '21 13:06 scottyab