Skip to content

Commit

Permalink
add loading icon to button
Browse files Browse the repository at this point in the history
  • Loading branch information
ckouder committed Jun 11, 2024
1 parent 5331f04 commit 443e554
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ <h6 class="inline ml-4 leading-lg">Leave an email to get an notification when yo
type="submit"
styleClass="btn-submit-request"
[disabled]="!request.form.valid"
[loading]="request.form.status === 'PENDING'"
iconPos="right"
icon="pi pi-arrow-right"
></p-button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ <h6 class="inline ml-4 leading-lg">Leave an email to get an notification when yo
type="submit"
styleClass="btn-submit-request"
[disabled]="!request.form.valid"
[loading]="request.form.status === 'PENDING'"
iconPos="right"
icon="pi pi-arrow-right"
></p-button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ <h6 class="inline ml-4 leading-lg">Leave an email to get an notification when yo
type="submit"
styleClass="btn-submit-request"
[disabled]="!request.form.valid"
[loading]="request.form.status === 'PENDING'"
iconPos="right"
icon="pi pi-arrow-right"
></p-button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ <h6 class="inline ml-4 leading-lg">Leave an email to get an notification when yo
type="submit"
styleClass="btn-submit-request"
[disabled]="!request.form.valid"
[loading]="request.form.status === 'PENDING'"
iconPos="right"
icon="pi pi-arrow-right"
></p-button>
Expand Down

0 comments on commit 443e554

Please sign in to comment.