One of the "Select Field" in the form has more than 3000 entries (populated from datasource)
Runing $('#form').alpaca().getValue() cause "Maximum call stack size exceeded" error.
limiting the number of returned entries works but is there a way to overcome this issue without limiting?
One of the "Select Field" in the form has more than 3000 entries (populated from datasource)
Runing $('#form').alpaca().getValue() cause "Maximum call stack size exceeded" error.
limiting the number of returned entries works but is there a way to overcome this issue without limiting?