
Announcements
Hi all,
The Enhanced Performance for Hidden Controls setting is great to improve performance across the app. There are many cases in which we hide controls until they are needed. The issue is that it backfires if you are using a hidden control to collect input based on actions a user is taking.
For example, we have a form with many data cards but it is set up so that only the data cards required for the specific form are visible. Some of the invisible cards change their default values based on the user's selections. With the setting enabled, those invisible fields pass blank data when submitting the form. It would be great if the setting didn't affect their output.
It forces us to turn off the setting for otherwise we get issues referring to the output data.