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

Fix #6371: Add node and expanded data on nodetoggleicon. #6372

Commits on Sep 10, 2024

  1. Fix primefaces#6371: Add node and expanded data on nodetoggleicon.

    Nodetoggleicon slot is used to customize expand / collapse and loading
    icon, but when loading mode is set to icon mode and a node is loading,
    TreeNode use nodetoggleicon without any props instead of binding node and
    expanded.
    This commit bind node and expanded props to nodetoggleicon slot when
    loading mode is set to icon and node.loading is true.
    Mehdi Rande committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    264b30c View commit details
    Browse the repository at this point in the history