We have a large client who is trying to use a database query that returns roughly 500,000 student names into a dynamic field dropdown. We've attempted to use the attributes for maxdropdownlength and Cachefieldvalues but there appears to be an error and limitation within the chrome browser itself causing it to fail when using these attributes. error attached. They therefore are stuck with long load times and we were wondering if we could request a change in functionality.
Currently the lookup happens on focus of the dropdown window, which causes the 500,000 result lookup to happen right away before they begin typing the letters. Is there any other functionality or attribute out there or that could be developed that made it function where the box is typeable until a certain x number of characters, and *then* do the query for results? If it didn't query until after they typed the preceding x characters, they could get around the large lookup that happens on focus.
Let me know if you have any ideas or if we can simply request this as new functionality, thanks!