Help button must not send the parent form
This commit is contained in:
parent
b9393464a8
commit
f3bc1b5416
|
@ -115,6 +115,7 @@
|
||||||
|
|
||||||
<div class="form-group" *ngIf="isCreation()">
|
<div class="form-group" *ngIf="isCreation()">
|
||||||
<label i18n for="password">Password</label>
|
<label i18n for="password">Password</label>
|
||||||
|
|
||||||
<my-help *ngIf="isPasswordOptional()">
|
<my-help *ngIf="isPasswordOptional()">
|
||||||
<ng-template ptTemplate="customHtml">
|
<ng-template ptTemplate="customHtml">
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
[autoClose]="autoClose"
|
[autoClose]="autoClose"
|
||||||
(onHidden)="onPopoverHidden()"
|
(onHidden)="onPopoverHidden()"
|
||||||
(onShown)="onPopoverShown()"
|
(onShown)="onPopoverShown()"
|
||||||
|
type="button"
|
||||||
>
|
>
|
||||||
<my-global-icon [iconName]="iconName"></my-global-icon>
|
<my-global-icon [iconName]="iconName"></my-global-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue