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

mo.ui.multiselect does not work in fullscreen carousel mode #3975

Open
brendancooley opened this issue Mar 4, 2025 · 0 comments · May be fixed by #3976
Open

mo.ui.multiselect does not work in fullscreen carousel mode #3975

brendancooley opened this issue Mar 4, 2025 · 0 comments · May be fixed by #3976
Labels
bug Something isn't working

Comments

@brendancooley
Copy link

Describe the bug

❤ what you guys are doing with marimo. Small bug I found today with slides -- reprex below.

Works fine inside a cell output, but when you go to fullscreen mode the multiselect UI element does not respond.

Environment

{
  "marimo": "0.11.9",
  "OS": "Linux",
  "OS Version": "6.5.0-1018-aws",
  "Processor": "x86_64",
  "Python Version": "3.11.9",
  "Binaries": {
    "Browser": "--",
    "Node": "--"
  },
  "Dependencies": {
    "click": "8.1.8",
    "docutils": "0.21.2",
    "itsdangerous": "2.2.0",
    "jedi": "0.19.2",
    "markdown": "3.7",
    "narwhals": "1.21.0",
    "packaging": "24.2",
    "psutil": "6.1.1",
    "pygments": "2.19.1",
    "pymdown-extensions": "10.13",
    "pyyaml": "6.0.2",
    "ruff": "0.8.6",
    "starlette": "0.45.2",
    "tomlkit": "0.13.2",
    "typing-extensions": "4.12.2",
    "uvicorn": "0.34.0",
    "websockets": "14.1"
  },
  "Optional Dependencies": {
    "altair": "5.5.0",
    "duckdb": "1.1.3",
    "pandas": "2.1.4",
    "polars": "1.19.0",
    "pyarrow": "18.1.0"
  },
  "Experimental Flags": {}
}

Code to reproduce

import marimo as mo

mo.carousel(
    [
        mo.ui.multiselect(
            options=["foo", "bar"],
            value=["foo"],
        )
    ]
)
@brendancooley brendancooley added the bug Something isn't working label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant