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

List createItems attempts to navigate to the first item before it creates the items #5187

Closed
ExtAnimal opened this issue Jan 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ExtAnimal
Copy link
Contributor

It should not navigate on its own accord.

@ExtAnimal ExtAnimal added the bug Something isn't working label Jan 19, 2024
@ExtAnimal
Copy link
Contributor Author

We need to get rid of this skewed headerlessActiveIndex concept.

The navigator just doesn't "see" items which do not match the selector it is configured with. So it naturally skips things which you do not want to be in the flow. You can put any kind of header or boilerplate elements within a navigable, and it will only navigate among items matching the selector

When navigating using index, it queries only the matching items.

This concept is outdated, but difficult to unpick. @tobiu needs to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants