Skip to content

Commit

Permalink
input search icon and text refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
mithun522 committed Mar 19, 2024
1 parent d851f38 commit 4f64bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/inputtext/iconsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Code } from '../../domain/code';
<div class="card flex flex-wrap justify-content-center gap-3">
<span class="p-input-icon-left">
<i class="pi pi-search"></i>
<input type="text" pInputText [(ngModel)]="value" />
<input type="text" pInputText [(ngModel)]="value" class="pl-10" />
</span>
<span class="p-input-icon-right">
Expand Down

0 comments on commit 4f64bd0

Please sign in to comment.