We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.x
Hi I would like to have within the component UselectMenu emit the event "scroll" with the following properties:
{ target: HTMLElement, currentTarget: HTMLElement, scrollTop: number, scrollHeight: number, clientHeight: number, }
to dynamically remote search items through an api and append it dynamically to my USelectMenu to create an infinite scroll.
This feature would be great in both version :)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For what version of Nuxt UI are you suggesting this?
v2.x
Description
Hi I would like to have within the component UselectMenu emit the event "scroll"
with the following properties:
to dynamically remote search items through an api and append it dynamically to my USelectMenu to create an infinite scroll.
This feature would be great in both version :)
Additional context
No response
The text was updated successfully, but these errors were encountered: