Replies: 2 comments 7 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
-
PyWebIO aims to help people build web applications quickly and easily. Currently, PyWebIO does not provide sufficient support for fine-grained style control. You need more hack to make some style control. You can see this: #124 (comment) |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
disable
parameter inpywebio.output.put_buttons
.<br>
tag following the label, and if I manually get rid of it, the label is also too close to the input or output element. I understand I could style the<br>
tag but it's not as effective as having alabel_inline
parameter available.return
in an Input, or tie it to thesubmit
button?Beta Was this translation helpful? Give feedback.
All reactions