Wrap input with action in form
This commit is contained in:
parent
a1c1be7edc
commit
795a273c9c
@ -1,8 +1,9 @@
|
||||
<div [style.max-width]="computedWidth" [style.width]="computedWidth" class="iqser-input-group">
|
||||
<form [style.max-width]="computedWidth" [style.width]="computedWidth" class="iqser-input-group">
|
||||
<input
|
||||
[(ngModel)]="value"
|
||||
(ngModelChange)="valueChange.emit($event)"
|
||||
[(ngModel)]="value"
|
||||
[autocomplete]="autocomplete"
|
||||
[ngModelOptions]="{ standalone: true }"
|
||||
[placeholder]="placeholder"
|
||||
class="with-icon mt-0"
|
||||
type="text"
|
||||
@ -22,4 +23,4 @@
|
||||
[isSubmit]="true"
|
||||
[size]="25"
|
||||
></iqser-circle-button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user