Help button must not send the parent form

pull/5817/head
Chocobozzz 2023-05-22 11:13:01 +02:00
parent b9393464a8
commit f3bc1b5416
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@
<div class="form-group" *ngIf="isCreation()">
<label i18n for="password">Password</label>
<my-help *ngIf="isPasswordOptional()">
<ng-template ptTemplate="customHtml">
<ng-container i18n>

View File

@ -32,6 +32,7 @@
[autoClose]="autoClose"
(onHidden)="onPopoverHidden()"
(onShown)="onPopoverShown()"
type="button"
>
<my-global-icon [iconName]="iconName"></my-global-icon>
</button>