You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation is mentioning property scrollableParentEl to accept HTMLElement but passing element does not work while code of virtual list is clearly expecting array.
Possible doc update:
Array is expected, getElementsByClassName does not work because it's not properly taken by dom svelte helper (version 8.3.3).
String is also not explicitly mentioned that it;s css selector, not just id or class name.
The text was updated successfully, but these errors were encountered:
ievgennaida
changed the title
Wrong description for the scrollableParentEl for the virtual lists.
[Documentation] Wrong description for the scrollableParentEl for the virtual lists.
Nov 1, 2024
ievgennaida
changed the title
[Documentation] Wrong description for the scrollableParentEl for the virtual lists.
[Documentation] Wrong description of the scrollableParentEl for the virtual lists.
Nov 1, 2024
Documentation is mentioning property
scrollableParentEl
to acceptHTMLElement
but passing element does not work while code of virtual list is clearly expecting array.Possible doc update:
https://framework7.io/docs/virtual-list#param-scrollableParentEl
scrollableParentEl
See scrollableParentEl HTMLElement
, string
The text was updated successfully, but these errors were encountered: