Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

set tumbler to index

ANSWERED

Hello,

 

can anyone give me a hint how I can set a tumbler element to a chosen index/value?

 

Thanks in advance

Capitano

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

You can just set the value property to the required index.

tumbler.value = 0; // select first element

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

You can just set the value property to the required index.

tumbler.value = 0; // select first element
Best Answer
0 Votes