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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I found out that in Webform.ts file there is line of code: this.setValue(this._submission), removing it fixes the problem with data population by this attribute. Is it needed to be there?, maybe we can just remove that line?. @travist
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
Please provide as many details as you can:
Steps to Reproduce
Expected behavior
It should display a form with pre filled values from the submission. (This worked in Angular 8)
Observed behavior
It displays a form with emty fields. No error message in console. (Since the upgrade to Angular 11, didn't work in Angular 10 either)
The text was updated successfully, but these errors were encountered: