Using the spinner I save the items through the selection method.
In Material Spinner how do I save the items that are in ItemsFromString.
Does anyone have any examples there?
Would your items change? why save it in tinydb? why not save in the Iniitial global variable?
- store your items as csv in global variable.
- assign this variable to material_spinner1.Itemsfromstring when screen_initialize.
- When itemclick, use “select list item”, use list from csv and assign global variable. As material spinner list starts at 0 instead of 1. add 1.
See below diagram for details
1 Like
Thanks a lot for the help
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.