You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XcContainerTemplate always caches its child templates and only rebuilds them, if their structure changes.
Problematic case
For an AutocompleteTemplate the values for the dataWrapper change. The template will not be rebuilt since its structure doesn't change. You would have to update the template`s dataWrapper by your own.
Workaround
Implement an option to disable caching of structure templates.
The text was updated successfully, but these errors were encountered:
The
XcContainerTemplate
always caches its child templates and only rebuilds them, if their structure changes.Problematic case
For an
AutocompleteTemplate
the values for thedataWrapper
change. The template will not be rebuilt since its structure doesn't change. You would have to update the template`sdataWrapper
by your own.Workaround
Implement an option to disable caching of structure templates.
The text was updated successfully, but these errors were encountered: