Skip to content

Commit

Permalink
docs(VVirtualScroll): renderless needs a positioned ancestor (#20975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glandos authored Feb 14, 2025
1 parent b54db8d commit 2a73641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-generator/src/locale/en/VVirtualScroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"height": "Height of the component as a css value/",
"itemKey": "Required when using **dynamic-item-height** together with object items. Should point to a property with a unique value for each item.",
"items": "The array of items to display.",
"renderless": "Disables default component rendering functionality."
"renderless": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
},
"slots": {
"default": "Default slot to render a single item."
Expand Down

0 comments on commit 2a73641

Please sign in to comment.