Closed cdwmhcc closed 5 years ago
Can you describe what you mean by "invalid"? You're probably looking for @mouseup.stop. add that to the elements that are being clicked in addition to the click event and lemme know if that helps https://codesandbox.io/s/vueautosuggest-api-clicking-things-in-the-headerfooter-bzdrp
Can you describe what you mean by "invalid"? You're probably looking for @mouseup.stop. add that to the elements that are being clicked in addition to the click event and lemme know if that helps https://codesandbox.io/s/vueautosuggest-api-clicking-things-in-the-headerfooter-bzdrp Nice,That's what I need! Thank you very much! I come from other non-English speaking countries. My English is terrible. I'm sorry!
Your english in this instance was just fine actually! Word choice was just a little unclear but grammar was great. Also, issues like these are good because I need to add better docs. Thank you!
Your english in this instance was just fine actually! Word choice was just a little unclear but grammar was great. Also, issues like these are good because I need to add better docs. Thank you!
Wow, no, no, I should thank you. Thank you for developing and opening up this component. It helped me. Thank you very much.
It work!
vue-autosuggest
version: v2.0.0node
version: v10.15.3npm
(oryarn
) version: v1.16.0Relevant code or config
What you did: I need to add a more button
What happened: All @click events under slot= "after-suggestions" are invalid
Problem description:
Suggested solution: Events such as @click can be used normally