How to paginate the content displayed in the el-autocomplete drop-down?

clipboard.png

there is a lot of data in the drop-down, so I don"t want to request all of them to be displayed.
want to do a paging display function, my idea is to load ten pieces of data for the first time, and when the mouse is pulled to the last piece of data, request ten again.
however, there is no event in api after the last piece of data is dropped down. How can this be achieved?


this you'd better write a component yourself


there is no need to show so much data. If the API makes a fuzzy query and has a fixed number of queries, who will keep pulling up in such a place

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35693-2bf9b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35693-2bf9b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?