We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bc7f4 commit 6dfb9aeCopy full SHA for 6dfb9ae
signature/modules/mod_form.py
@@ -68,7 +68,6 @@ def accordion_panels():
68
@module.ui
69
def form_ui():
70
return ui.div(
71
- # ui.input_text(id="toto", label="Toto", placeholder="Toto", width="100%"),
72
ui.div(
73
ui.accordion(*accordion_panels(), id="myAccordion", multiple=False),
74
class_="row",
0 commit comments