This is an inherent design error in the "correct-name" component (which was ported from Edit UI and is used in Create UI), and fixing it is out of scope for #14783.
To reproduce:
start a restoration filing
expand "Use the incorporation number as the name" form and click the checkbox
expand "Use a name request number" form and enter NR data
re-expand "Use the incorporation number as the name" form
observe that checkbox is still checked
click Done -- observe that nothing happens
re-expand "Use a name request number" form
observe that NR data is still populated
click Done -- observe that nothing happens
The error is that the forms should be cleared between expansions above... Or, valid forms should be submittable. However, this requires each form to know when it is expanded or collapsed, and the current design doesn't handle this.
Workaround:
on the "Use the incorporation number as the name" form, uncheck then re-check the checkbox, then you can submit it
on the "Use a name request number" form, re-enter any field, then you can submit it
This is an inherent design error in the "correct-name" component (which was ported from Edit UI and is used in Create UI), and fixing it is out of scope for #14783.
To reproduce:
The error is that the forms should be cleared between expansions above... Or, valid forms should be submittable. However, this requires each form to know when it is expanded or collapsed, and the current design doesn't handle this.
Workaround: