diff --git a/src/views/checkbox/CheckboxDoc.vue b/src/views/checkbox/CheckboxDoc.vue
index 107e43194..b008928c8 100755
--- a/src/views/checkbox/CheckboxDoc.vue
+++ b/src/views/checkbox/CheckboxDoc.vue
@@ -45,7 +45,7 @@ export default {
checkboxes as checked by default.
Properties
- Any property such as name and autofocus are passed to the underlying input element. Following are the additional properties to configure the component.
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue
index eed5038ca..f8998b438 100755
--- a/src/views/datatable/DataTableDoc.vue
+++ b/src/views/datatable/DataTableDoc.vue
@@ -1810,6 +1810,7 @@ export default {
Properties
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/editor/EditorDoc.vue b/src/views/editor/EditorDoc.vue
index 4bae37508..5487dcbe7 100755
--- a/src/views/editor/EditorDoc.vue
+++ b/src/views/editor/EditorDoc.vue
@@ -36,6 +36,7 @@ import Editor from 'primevue/editor';
Properties
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/inputswitch/InputSwitchDoc.vue b/src/views/inputswitch/InputSwitchDoc.vue
index 0c35e7253..bdb2f726b 100755
--- a/src/views/inputswitch/InputSwitchDoc.vue
+++ b/src/views/inputswitch/InputSwitchDoc.vue
@@ -45,7 +45,7 @@ export default {
Properties
- Any property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/radiobutton/RadioButtonDoc.vue b/src/views/radiobutton/RadioButtonDoc.vue
index d2ffbc0b7..e45807aa5 100755
--- a/src/views/radiobutton/RadioButtonDoc.vue
+++ b/src/views/radiobutton/RadioButtonDoc.vue
@@ -43,7 +43,7 @@ export default {
Properties
- Any property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/selectbutton/SelectButtonDoc.vue b/src/views/selectbutton/SelectButtonDoc.vue
index 0515e4c5f..a91edf8d8 100755
--- a/src/views/selectbutton/SelectButtonDoc.vue
+++ b/src/views/selectbutton/SelectButtonDoc.vue
@@ -58,7 +58,7 @@ export default {
Properties
- Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/slider/SliderDoc.vue b/src/views/slider/SliderDoc.vue
index 48f5c2cff..ae8ca1c5a 100755
--- a/src/views/slider/SliderDoc.vue
+++ b/src/views/slider/SliderDoc.vue
@@ -61,7 +61,7 @@ export default {
Properties
- Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;
diff --git a/src/views/togglebutton/ToggleButtonDoc.vue b/src/views/togglebutton/ToggleButtonDoc.vue
index f1da94cd1..bdc146893 100755
--- a/src/views/togglebutton/ToggleButtonDoc.vue
+++ b/src/views/togglebutton/ToggleButtonDoc.vue
@@ -40,7 +40,7 @@ export default {
Properties
- Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.
+ Any valid attribute is passed to the root element implicitly, extended properties are as follows;