RED-3800: input with action should propagate clicks in the input

This commit is contained in:
Adina Țeudan 2023-06-27 02:07:57 +03:00
parent 8e5376bd4f
commit 7d2f5c8a77

View File

@ -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
(ngModelChange)="valueChange.emit($event)"
[(ngModel)]="value"
@ -27,7 +27,7 @@
*ngIf="!isSearch"
[buttonId]="actionButtonId"
[disabled]="!hasContent"
[icon]="icon"
[icon]="icon!"
[size]="25"
></iqser-circle-button>
</form>