Fix FloatLabelDemo

pull/880/head
Tuğçe Küçükoğlu 2021-01-20 15:58:30 +03:00
parent d8b069d870
commit 21589c88ed
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</span> </span>
</div> </div>
<div class="p-field p-col-12 p-md-4"> <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" /> <i class="pi pi-search" />
<InputText id="inputtext-right" type="text" v-model="valueIconRight" /> <InputText id="inputtext-right" type="text" v-model="valueIconRight" />
<label for="inputtext-right">Right Icon</label> <label for="inputtext-right">Right Icon</label>
@ -358,6 +358,8 @@ export default {
value8: null, value8: null,
value9: null, value9: null,
value10: null, value10: null,
valueIconLeft: null,
valueIconRight: null,
selectedCity: null, selectedCity: null,
cascadeCountries: [ cascadeCountries: [
{ {