Fix new request warning in New IM dialog
Review Request #2358 — Created March 19, 2023 and submitted
Setting the validator triggers the field's
valid
property notification, which triggers the group to refresh its validity, which fetches thevalid
property and runs the validator.But the validator depends on the account field which hasn't been created yet, which causes a type-check warning.
So set the validator after all fields are made, and also change the data argument so the dependency is clearer.
Compiled, and opened the New IM dialog.
Summary | ID |
---|---|
5717a234f05da0e7508ba0d7486ec58e857cbfa5 |