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
|
||||
(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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user