diff --git a/src/AppMenu.vue b/src/AppMenu.vue index f14686518..04bdd304e 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -16,6 +16,7 @@ ● Dropdown ● Editor ● InputGroup + ● InputMask ● InputSwitch ● InputText ● Listbox @@ -29,7 +30,6 @@ ● Textarea ● ToggleButton ● TriCheckbox - ● InputMask diff --git a/src/views/button/ButtonDoc.vue b/src/views/button/ButtonDoc.vue index fd33270e0..edd36c81b 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 input element. Following are the additional properties to configure the component.

+

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