Hi Everyone,
I have a form where I'm using a .csv list to validate the data entered in a field.
The field is "autocomplete" and I'm pulling the choices from a .csv.
However, my list is fairly long with more than 600 choices.
The form, in web app, is only showing the first 512 choices... 512 makes me think it is a limitation of the tool itself.
(If you start typing the first letter of a choice lower in the list, it will still find it tho...)
Anyone encountered this?
Ken