You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Picker with 8 colums, to create an odometer reader for a car. I have a 6 figure amount with 1 decimal.
My problem is that if I just change 1 column, the onPickerConfirm method returns just that one column that I changed. Example: If I change the initial value from 012633,8 to 012632,8 then the data that onPickerConfirm gives me, is ['0','0','0','0','0','2',',','0']
I am using the Picker with 8 colums, to create an odometer reader for a car. I have a 6 figure amount with 1 decimal.
My problem is that if I just change 1 column, the
onPickerConfirm
method returns just that one column that I changed. Example: If I change the initial value from 012633,8 to 012632,8 then the data thatonPickerConfirm
gives me, is ['0','0','0','0','0','2',',','0']My exaple code is here:
The text was updated successfully, but these errors were encountered: