Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit fb366ce

Browse files
committed
Drop the duplicate forms
Only the busy that triggers on form submit is actually needed to demonstrate the busy multiple requests issue.
1 parent 4d2853b commit fb366ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bootstrapper/forms/formsNg2.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ <h5>Autosave form</h5>
3232
<rlForm #autosaveForm [save]="saveRequest" rlAutosave [saveWhenInvalid]="true">
3333
<rlTextbox name="textbox1" label="Autosave textbox" rlRequired="Required textbox"></rlTextbox>
3434
</rlForm>
35-
<rlBusy [loading]="(autosaveAction.saving$ | async) || (autosaveAction.complete$ | async)"></rlBusy>
36-
<rlForm [save]="saveRequest" rlAutosave [saveWhenInvalid]="true">
37-
<rlTextbox name="textbox1" label="Autosave textbox" rlRequired="Required textbox"></rlTextbox>
38-
</rlForm>
3935
{{autosaveForm.form.pristine ? 'Pristine' : 'Dirty'}}
4036
<rlButton (click)="autosaveForm.form.markAsPristine()">Mark as pristine</rlButton>
4137
<rlButton (click)="autosaveForm.reset()">Reset</rlButton>

0 commit comments

Comments
 (0)