We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
❤ 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.
{ "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": {} }
import marimo as mo mo.carousel( [ mo.ui.multiselect( options=["foo", "bar"], value=["foo"], ) ] )
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
Code to reproduce
The text was updated successfully, but these errors were encountered: