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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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