Open ItsNotMyFault opened 1 week ago
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
also the same issue 1167
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