diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json
index 20801def0..e1af23936 100644
--- a/apps/showcase/doc/common/apidoc/index.json
+++ b/apps/showcase/doc/common/apidoc/index.json
@@ -35209,7 +35209,7 @@
}
},
"keyfilter": {
- "description": "KeyFilter is a built-in feature of InputText to restrict user input based on a regular expression.\n\n[Live Demo](https://primevue.org/keyfilter)",
+ "description": "A keyfilter is a directive used to block individual keystrokes based on a pattern.\n\n[Live Demo](https://primevue.org/keyfilter)",
"interfaces": {
"description": "Defines the custom interfaces used by the module.",
"eventDescription": "Defines the custom events used by the component's emit.",
@@ -35447,7 +35447,7 @@
}
},
"keyfilterstyle": {
- "description": "KeyFilter is a built-in feature of InputText to restrict user input based on a regular expression.\n\n[Live Demo](https://primevue.org/keyfilter)",
+ "description": "A keyfilter is a directive used to block individual keystrokes based on a pattern.\n\n[Live Demo](https://primevue.org/keyfilter)",
"interfaces": {
"description": "Defines the custom interfaces used by the module.",
"eventDescription": "Defines the custom events used by the component's emit.",
@@ -96733,4 +96733,4 @@
}
}
}
-}
\ No newline at end of file
+}
diff --git a/apps/showcase/doc/keyfilter/AccessibilityDoc.vue b/apps/showcase/doc/keyfilter/AccessibilityDoc.vue
index eecc56bf9..7cdfe4fd1 100644
--- a/apps/showcase/doc/keyfilter/AccessibilityDoc.vue
+++ b/apps/showcase/doc/keyfilter/AccessibilityDoc.vue
@@ -1,5 +1,5 @@
-
Refer to InputText accessibility documentation for the InputText of the component.
+
KeyFilter is a directive and do not require any accessibility features.