Help button must not send the parent form
This commit is contained in:
parent
b9393464a8
commit
f3bc1b5416
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
[autoClose]="autoClose"
|
||||
(onHidden)="onPopoverHidden()"
|
||||
(onShown)="onPopoverShown()"
|
||||
type="button"
|
||||
>
|
||||
<my-global-icon [iconName]="iconName"></my-global-icon>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue