How to save Material spinner items to Tinydb

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?

image

Would your items change? why save it in tinydb? why not save in the Iniitial global variable?

  1. store your items as csv in global variable.
  2. assign this variable to material_spinner1.Itemsfromstring when screen_initialize.
  3. 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.