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

Fix multiselect component in fullscreen carousel mode #3976

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Fixes #3975

The multiselect component was not working in fullscreen carousel mode because the event handling was not properly configured to handle all necessary events. This PR fixes the issue by enhancing the event handling to handle all events from marimo elements and their children.

The fix involves:

  1. Enhancing the event handling in slides-component.tsx to handle all events from marimo elements and their children
  2. Adding a data-marimo-element attribute to the multiselect component to make it easier to identify in event handling
  3. Adding tests to verify the fix works correctly

Link to Devin run: https://app.devin.ai/sessions/597bf6a363af48a8a22d1896386402de

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link

vercel bot commented Mar 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs 🛑 Canceled (Inspect) Mar 4, 2025 8:03pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2025 8:03pm

@mscolnick
Copy link
Contributor

/marimo create-test-release

Copy link

github-actions bot commented Mar 4, 2025

🚀 Test release published. You may be able to view the changes at https://marimo.app?v=0.11.14-dev93407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mo.ui.multiselect does not work in fullscreen carousel mode
1 participant