The operation select list item cannot accept the arguments: , ["prenom"], [chiffre]

  1. Just return the selection from the spinner, no need to select its index from the list, they should be the same. Picking the first item in a spinner

  2. Use the spinner wisely...picking the first item in a spinner if it is already selected will not fire the afterPicking event....

1 Like