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

Select inside slides does not respond to click #292

Closed
amymaraisane opened this issue Mar 31, 2023 · 0 comments
Closed

Select inside slides does not respond to click #292

amymaraisane opened this issue Mar 31, 2023 · 0 comments

Comments

@amymaraisane
Copy link
Contributor

When using a select tag inside a slide, the options cannot be selected. When I click inside the select, I expect to see the list of options appear, but nothing appears and there are no options shown.

<template>
  <carousel>
    <slide>
      <select>
        <option>A</option>
        <option>B</option>
      </select>
    </slide>
  </carousel>
</template>
  • OS: Mac
  • Browser: Brave
  • Chromium version 111.0.5563.147

This is similar to Issue #220

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

No branches or pull requests

2 participants