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
When a user task with form input is cancelled and executed again, the form is rendererd twice, thrice, etc. until the CLI runs out of space and raises an error: "addwstr() returned ERR". If the form is present multiple times it is bound to fail validation.
To "reset" the form, it is necessary to cancel the user task, save the progress (if desired), quit out of the CLI and restart it.
The text was updated successfully, but these errors were encountered:
When a user task with form input is cancelled and executed again, the form is rendererd twice, thrice, etc. until the CLI runs out of space and raises an error: "addwstr() returned ERR". If the form is present multiple times it is bound to fail validation.
To "reset" the form, it is necessary to cancel the user task, save the progress (if desired), quit out of the CLI and restart it.
The text was updated successfully, but these errors were encountered: