diff --git a/src/views/autocomplete/AutoCompleteDoc.vue b/src/views/autocomplete/AutoCompleteDoc.vue index 96b8e3186..7723a43d9 100644 --- a/src/views/autocomplete/AutoCompleteDoc.vue +++ b/src/views/autocomplete/AutoCompleteDoc.vue @@ -70,7 +70,7 @@ export default {

Properties

-

Any valid attribute such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index edd36c81b..374a8cf69 100644 --- a/src/views/button/ButtonDoc.vue +++ b/src/views/button/ButtonDoc.vue @@ -58,7 +58,7 @@ import Button from 'primevue/button';

Properties

-

Any valid attribute such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.

+

Any valid property such as style and class are passed to the underlying button element. Following are the additional properties to configure the component.

diff --git a/src/views/calendar/CalendarDoc.vue b/src/views/calendar/CalendarDoc.vue index a98e91e52..fcca27f6a 100644 --- a/src/views/calendar/CalendarDoc.vue +++ b/src/views/calendar/CalendarDoc.vue @@ -167,7 +167,7 @@ export default {

Properties

-

Any valid attribute such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/checkbox/CheckboxDoc.vue b/src/views/checkbox/CheckboxDoc.vue index a1fba91a7..420c9093e 100644 --- a/src/views/checkbox/CheckboxDoc.vue +++ b/src/views/checkbox/CheckboxDoc.vue @@ -36,7 +36,7 @@ export default { checkboxes as checked by default.

Properties

-

Any valid attribute such as name and autofocus are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any valid property such as name and autofocus are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/password/PasswordDoc.vue b/src/views/password/PasswordDoc.vue index d6672cb83..9136034ab 100644 --- a/src/views/password/PasswordDoc.vue +++ b/src/views/password/PasswordDoc.vue @@ -14,7 +14,7 @@ import Password from 'primevue/password';

Properties

-

Any valid attribute such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/radiobutton/RadioButtonDoc.vue b/src/views/radiobutton/RadioButtonDoc.vue index 188b60ad5..f002c369e 100644 --- a/src/views/radiobutton/RadioButtonDoc.vue +++ b/src/views/radiobutton/RadioButtonDoc.vue @@ -34,7 +34,7 @@ export default {

Properties

-

Any valid attribute such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.

+

Any valid property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.

diff --git a/src/views/spinner/SpinnerDoc.vue b/src/views/spinner/SpinnerDoc.vue index 16ce94445..8077e2930 100644 --- a/src/views/spinner/SpinnerDoc.vue +++ b/src/views/spinner/SpinnerDoc.vue @@ -26,7 +26,7 @@ import Spinner from 'primevue/spinner';

Properties

-

Any valid attribute such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

+

Any valid property such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.

diff --git a/src/views/tree/TreeDoc.vue b/src/views/tree/TreeDoc.vue index 6ba2c443f..f841abe20 100644 --- a/src/views/tree/TreeDoc.vue +++ b/src/views/tree/TreeDoc.vue @@ -544,7 +544,7 @@ export default {

Properties

-

Any valid attribute such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

+

Any valid property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

diff --git a/src/views/treetable/TreeTableDoc.vue b/src/views/treetable/TreeTableDoc.vue index b3dfd1a24..6162b762e 100644 --- a/src/views/treetable/TreeTableDoc.vue +++ b/src/views/treetable/TreeTableDoc.vue @@ -1206,7 +1206,7 @@ export default {

Properties

-

Any valid attribute such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

+

Any valid property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.

diff --git a/src/views/tristatecheckbox/TriStateCheckboxDoc.vue b/src/views/tristatecheckbox/TriStateCheckboxDoc.vue index f04cfd8c2..cde23af6b 100644 --- a/src/views/tristatecheckbox/TriStateCheckboxDoc.vue +++ b/src/views/tristatecheckbox/TriStateCheckboxDoc.vue @@ -14,7 +14,7 @@ import TriStateCheckbox from 'primevue/tristatecheckbox';

Properties

-

Any valid attribute such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.

+

Any valid property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.