Replies: 1 comment 1 reply
-
Update: I added the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I'm trying alpine doing different components but I got stuck with the searchable select component.
Code here: https://codepen.io/faqndo97/pen/PoOWEKj?editors=1001
Problem:
In the
ul
element (<ul class="..." style="display: none" x-show="open" @click.outside="open = false">
) I added the@click.outside="open = false"
so when someone click outside of the list it will close automatically but this is not working and I couldn't figure out why. Am I doing something wrong?Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions