diff --git a/src/components/NcActions/NcActions.vue b/src/components/NcActions/NcActions.vue index 202a9f918d..4cc89fd00b 100644 --- a/src/components/NcActions/NcActions.vue +++ b/src/components/NcActions/NcActions.vue @@ -807,6 +807,131 @@ p { } ``` + +## NcActions children limitations + +`` is supposed to be used with direct `` children. +Although it works when actions are not direct children but wrapped in custom components, it has limitations: +- No `inline` prop property, including a single action display; +- Accessibility issues, including changed keyboard behavior; +- Invalid HTML. + +``` + + + + + +```