Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-hide does not work on radio buttons #3506

Open
Tracked by #2476
johrstrom opened this issue Apr 10, 2024 · 0 comments
Open
Tracked by #2476

data-hide does not work on radio buttons #3506

johrstrom opened this issue Apr 10, 2024 · 0 comments
Labels
bug Existing functionality not working as expected component/batch_connect
Milestone

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Apr 10, 2024

From discourse, with the given YAML below, one cannot hide the jupyter widget regardless of the show_details selection. The discourse user notes that if jupyter is a select widget this works.

form:
  - show_details
  - jupyter
attributes:
  show_details:
    widget: check_box
    label: "Show details"
    html_options:
      data:
        hide-jupyter-when-unchecked: true
  jupyter:
    widget: radio_button
    label: "Jupyter"
    options:
      - ["Jupyter Lab", "0"]
      - ["Jupyter Notebook", "1"]
@osc-bot osc-bot added this to the Backlog milestone Apr 10, 2024
@johrstrom johrstrom added component/batch_connect bug Existing functionality not working as expected labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing functionality not working as expected component/batch_connect
Projects
None yet
Development

No branches or pull requests

2 participants