Open mingsheng13 opened 1 year ago
Hi @mingsheng13, Thanks for opening an issue!
I can't really see any problems locally. Would you have some code example I could try to investigate?
I change the initial value of the selector in the example code. When I first run the code, the highlighted option is not the one that is selected.
To reproduce:
int toggle_1_selected = 0;
int toggle_2_selected = 1;
int toggle_3_selected = 0;
int toggle_4_selected = 3;
Toggle will always highlight the first option rather than the actually selected one. When the selected is the last option, right arrow key will not change the highlight to the last option and stuck to the first one instead.