Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Wrong description of the scrollableParentEl for the virtual lists. #638

Open
ievgennaida opened this issue Nov 1, 2024 · 0 comments

Comments

@ievgennaida
Copy link

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:

  1. Array is expected, getElementsByClassName does not work because it's not properly taken by dom svelte helper (version 8.3.3).
  2. String is also not explicitly mentioned that it;s css selector, not just id or class name.

https://framework7.io/docs/virtual-list#param-scrollableParentEl
scrollableParentEl

See scrollableParentEl HTMLElement
, string

@ievgennaida 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant