diff --git a/doc/inputmask/FloatLabelDoc.vue b/doc/inputmask/FloatLabelDoc.vue
index 588649835..0c6902d58 100644
--- a/doc/inputmask/FloatLabelDoc.vue
+++ b/doc/inputmask/FloatLabelDoc.vue
@@ -3,10 +3,10 @@
A floating label appears on top of the input field when focused.
-
+
SSN
-
+
@@ -18,18 +18,18 @@ export default {
value: '',
code: {
basic: `
-
+
SSN
-
+
`,
options: `
-
+
SSN
-
+
@@ -42,15 +42,15 @@ export default {
}
}
<\/script>
-
+
`,
composition: `
-
+
SSN
-
+
diff --git a/doc/inputnumber/FloatLabelDoc.vue b/doc/inputnumber/FloatLabelDoc.vue
index 4fcbee4da..311d903d9 100644
--- a/doc/inputnumber/FloatLabelDoc.vue
+++ b/doc/inputnumber/FloatLabelDoc.vue
@@ -3,10 +3,10 @@
A floating label appears on top of the input field when focused.
-
+
Number
-
+
@@ -18,18 +18,18 @@ export default {
value: null,
code: {
basic: `
-
+
Number
-
+
`,
options: `
-
+
Number
-
+
@@ -46,10 +46,10 @@ export default {
composition: `
-
+
Number
-
+
diff --git a/doc/inputtext/FloatLabelDoc.vue b/doc/inputtext/FloatLabelDoc.vue
index ff76a3c4b..4f02d615e 100644
--- a/doc/inputtext/FloatLabelDoc.vue
+++ b/doc/inputtext/FloatLabelDoc.vue
@@ -3,10 +3,10 @@
A floating label appears on top of the input field when focused.
-
+
Username
-
+
@@ -18,18 +18,18 @@ export default {
value: null,
code: {
basic: `
-
+
Username
-
+
`,
options: `
-
+
Username
-
+
@@ -47,10 +47,10 @@ export default {
composition: `
-
+
Username
-
+
diff --git a/doc/inputtext/IconsDoc.vue b/doc/inputtext/IconsDoc.vue
index 58c0256e2..95b6cb181 100644
--- a/doc/inputtext/IconsDoc.vue
+++ b/doc/inputtext/IconsDoc.vue
@@ -1,17 +1,24 @@
- Icons can be placed inside an input element by wrapping both the input and the icon with an element that has either .p-input-icon-left or .p-input-icon-right class.
+
+ A group is created by wrapping the input and icon with the IconField component. Each icon is defined as a child of InputIcon component. In addition, position of the icon can be changed using iconPosition property that
+ the default value is right and also left option is available.
+
-
-
+
+
+
+
-
+
-
-
+
+
+
+
-
+
@@ -24,28 +31,36 @@ export default {
value2: null,
code: {
basic: `
-
-
+
+
+
+
-
+
-
-
+
+
+
+
-
+
`,
options: `
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
+
@@ -63,15 +78,19 @@ export default {
composition: `
-
-
+
+
+
+
-
-
-
+
+
+
+
+
-
+
diff --git a/doc/inputtext/form/VeeValidateDoc.vue b/doc/inputtext/form/VeeValidateDoc.vue
index dda7f2c18..00331092f 100644
--- a/doc/inputtext/form/VeeValidateDoc.vue
+++ b/doc/inputtext/form/VeeValidateDoc.vue
@@ -4,10 +4,10 @@
@@ -49,10 +49,10 @@ export default {
@@ -64,10 +64,10 @@ export default {
@@ -109,10 +109,10 @@ export default {
diff --git a/doc/multiselect/FloatLabelDoc.vue b/doc/multiselect/FloatLabelDoc.vue
index 4a181ce18..04d8d9c73 100644
--- a/doc/multiselect/FloatLabelDoc.vue
+++ b/doc/multiselect/FloatLabelDoc.vue
@@ -3,10 +3,10 @@
A floating label appears on top of the input field when focused.
-
+
MultiSelect
-
+
@@ -25,18 +25,18 @@ export default {
],
code: {
basic: `
-
+
MultiSelect
-
+
`,
options: `
-
+
MultiSelect
-
+
@@ -60,10 +60,10 @@ export default {
composition: `
-
+
MultiSelect
-
+
diff --git a/doc/password/FloatLabelDoc.vue b/doc/password/FloatLabelDoc.vue
index 4540904b3..a26cc4081 100644
--- a/doc/password/FloatLabelDoc.vue
+++ b/doc/password/FloatLabelDoc.vue
@@ -3,10 +3,10 @@
A floating label appears on top of the input field when focused.
@@ -18,38 +18,38 @@ export default {
value: null,
code: {
basic: `
-
+
Password
-
+
`,
options: `