From fd1d4fa7ba14c8c2b7f6170050a9de05f866c854 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 21 Jan 2021 16:30:44 +0300 Subject: [PATCH] Fixed icon position --- src/views/floatlabel/FloatLabelDemo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/floatlabel/FloatLabelDemo.vue b/src/views/floatlabel/FloatLabelDemo.vue index 790c88a14..418edc3d0 100644 --- a/src/views/floatlabel/FloatLabelDemo.vue +++ b/src/views/floatlabel/FloatLabelDemo.vue @@ -25,7 +25,7 @@
- + @@ -121,7 +121,7 @@ </span> </div> <div class="p-field p-col-12 p-md-4"> - <span class="p-float-label p-input-icon-left"> + <span class="p-float-label p-input-icon-right"> <i class="pi pi-search" /> <InputText id="inputtext-right" type="text" v-model="valueIconRight" /> <label for="inputtext-right">Right Icon</label>