RED-3800: input with action should propagate clicks in the input
This commit is contained in:
parent
8e5376bd4f
commit
7d2f5c8a77
@ -1,4 +1,4 @@
|
|||||||
<form (submit)="executeAction()" [style.max-width]="computedWidth" [style.width]="computedWidth" class="iqser-input-group" stopPropagation>
|
<form (submit)="executeAction()" [style.max-width]="computedWidth" [style.width]="computedWidth" class="iqser-input-group">
|
||||||
<input
|
<input
|
||||||
(ngModelChange)="valueChange.emit($event)"
|
(ngModelChange)="valueChange.emit($event)"
|
||||||
[(ngModel)]="value"
|
[(ngModel)]="value"
|
||||||
@ -27,7 +27,7 @@
|
|||||||
*ngIf="!isSearch"
|
*ngIf="!isSearch"
|
||||||
[buttonId]="actionButtonId"
|
[buttonId]="actionButtonId"
|
||||||
[disabled]="!hasContent"
|
[disabled]="!hasContent"
|
||||||
[icon]="icon"
|
[icon]="icon!"
|
||||||
[size]="25"
|
[size]="25"
|
||||||
></iqser-circle-button>
|
></iqser-circle-button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user