I have a lookup containing nearly 16000 records.
In my power page I am rendering the lookup as a dropdown.
Seems because this generates as a list now it hits the Microsoft 5000 records list limitation, similar to sharepoint and power apps canvas.
How can I get the dropdown to render all 16000 records.
I also have javascript to allow for typeahead, hoping that some how helps filter the records returned some how, but it only searches the 5000 rendered records.
Any suggestions?