Skip to content

Commit

Permalink
fix: add form-control to autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Dec 9, 2024
1 parent 3a5ae08 commit b8d5459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<input
[id]="id"
type="search"
class="autocomplete"
class="autocomplete form-control"
[placeholder]="placeholder"
[formControl]="control"
[class.is-invalid]="isInvalid"
Expand Down

0 comments on commit b8d5459

Please sign in to comment.