AndroidSupportComponents
AndroidSupportComponents copied to clipboard
NumberPicker shows 0 when empty string is added as an option to SetDisplayValues
Xamarin.Android Version:
9.1.7.0
Operating System & Version:
Android 7.1 - API 25
Support Libraries Version :
Xamarin.Android.Support.Design : 27.0.2.1
Describe your Issue:
I have used NnumberPicker to show picker window. I added display values with a string list, which consists of one empty string and two string values. I wanted that the empty string value should shown as empty option but it is showing as 0.
Steps to Reproduce (with link to sample solution if possible):
- Run the attached Sample_Android sample
- Click the button
- Note that 0 is in picker list
Please check the link that I reported in Xamarin.Android forum - https://github.com/xamarin/xamarin-android/issues/2874
Any update on this?
Hi, is there any update on this issue???