Autocomplete and dynamic dropdown pull data everytime when forms gets changed. Can I narrow down this behaviour, to download data only if a specific field would change?
Cheers
Autocomplete and dynamic dropdown pull data everytime when forms gets changed. Can I narrow down this behaviour, to download data only if a specific field would change?
Cheers
They shouldn't pull data every time form data changes, but only every time the URL changes.
You can use the value of fields in the URL, e.g. passing them as request parameters. In those cases the URL will be reloaded every time the value in those fields changes. But it won't be reloaded if the value in another field, not used on the URL, changes.