-
• #2
Looks like you can set
noList:true
: https://github.com/espruino/Espruino/blob/f322090963674c95cd8cc8038be536e0014b03b4/libs/js/banglejs/E_showMenu_Q3.js#L24 -
• #3
Ah, perfect, thank you!
-
• #4
Thanks - I'll update the docs to mention that
Hello,
I am building a simple app that calculates the difference between now and a given date.
I have the following menu (see attachment 1).
The day selection has a "drag up/down" selection. (attachment 2)
But the month selection has a list of radio buttons. (attachment 3)
Is there a way in the code to force the selection to be "drag up/down" selection, even for small numbers? This will make the UI consistant.
I tried
wrap:true
but it did not work.Thanks
3 Attachments