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

When rendering a custom 'no-option', mouse interaction is blocked. #1116

Closed
diasbruno opened this issue Mar 18, 2020 · 1 comment · Fixed by #1117
Closed

When rendering a custom 'no-option', mouse interaction is blocked. #1116

diasbruno opened this issue Mar 18, 2020 · 1 comment · Fixed by #1117
Labels

Comments

@diasbruno
Copy link
Contributor

When rendering a custom 'no-option' component, this <li /> on src/components/Select.vue#L73 is blocking interaction with the inner components.

Steps to reproduce the behavior:

  1. Render a <button @click="..." /> as no-option.
  2. Click on the button.
  3. Button won't respond to click.

Expected behavior
Click event must go to the button.

Screenshots
None.

@github-actions
Copy link

🎉 This issue has been resolved in version 3.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant