Spinner selection

Hi all
I have a spinner with 4 elements and the fifth is the default which asks to “Choose one”.
After the user chooses one from the 4 elements it should display what the user have chosen and return the spinner default element to “Choose one”.

If I write spinner like this without setting the spinner to the default element:

image

It does not return the element to “Choose one”
image

If I write it like this with setting the spinner to the default element:

It shows “choose one in the spinner element and in the result.

I want the result be set to what user have chosen and set the element to “choose one”.

Thanks

image

1 Like

Thanks a lot.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.