[solved] Menus: Is it possible to force the drag up/down selection for small numbers? #6674
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2024-03-12 by rigrigrig Looks like you can set Posted at 2024-03-12 by Pologram Ah, perfect, thank you! Posted at 2024-03-13 by @gfwilliams Thanks - I'll update the docs to mention that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-03-12 by Pologram
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
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions