Details
-
Type:
Bug
-
Status: Open
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Android
-
Labels:
Description
Summary:
An Android Ti.UI.Picker whose property "useSpinner" is set to true will reset its last selection back to the 1st row for all columns when it's removed and re-added to the window.
Steps to reproduce:
- Create a project using the attached MultiPickerAddRemoveTest.js
code.
- Build and run on Android.
- Select the last row in all columns in the spinner.
- Tap the "Remove" button.
- Tap the "Add" button.
- Observe the spinner's current selections.
Result:
Spinner resets its selection to the 1st row in all columns when re-added to the window.
Expected Result:
Last selections in each column should be retained.