How to display 3 combo lists side by side horizontally? #456
Unanswered
Hajpahajpa
asked this question in
Q&A
Replies: 2 comments 1 reply
-
How about this? put_row([
put_markdown(" - color1\n - color2\n - color3\n "),
put_markdown(" - shapes 1\n - shapes 2\n - shapes 3\n "),
put_markdown(" - shapes 1\n - shapes 2\n - shapes\n "),
]) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, but I think I created the query wrong. I would like to have two inputs on the same line horizontally. greetings |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
Is it possible to display 3 combo lists side by side?
For example:
colors - shapes - sizes
greetings
Beta Was this translation helpful? Give feedback.
All reactions