VEuPathDB / CoreUI

Core UI for VeuPathDB applications. Provides components, style definitions, and utilities to enable developers to rapidly assemble complex applications with consistent UI and UX across our portfolio of sites.
1 stars 0 forks source link

Apply filteredList prop to leaves only #156

Closed jernestmyers closed 1 year ago

jernestmyers commented 1 year ago

Closes #155

Screenshot below shows a search term on a branch with the ref orgs being applied. The logic has been changed such that the order of filtering is:

  1. The searchTerm is applied to the tree in determining the nodeMatches state
  2. For leaves with nodeMatches == true state, the filteredList prop is considered for additional filtering

image