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 kind of usage that lead to this bug is one of those that should be avoided - data bound part of a view is toggled which effectively destroys/creates a part of the view. Depending on how data is managed this can lead to serious mistakes in the form submission. In such cases data bound control over the visible template should be used - through binding linking the get_/set_alternatetemplate property of DualTemplate.
Still the issue is real and should be investigated.
DualTemplate calls two times ToggleTemplate method when showed template has button element.
Example of the view:
The text was updated successfully, but these errors were encountered: