infor-design / enterprise

Enterprise-grade component library for the Infor Design System
https://design.infor.com
Apache License 2.0
134 stars 81 forks source link

Tree: Implementation for searching on the tree #8973

Open MilanInfor opened 1 month ago

MilanInfor commented 1 month ago

Is your feature request related to a problem or use case? Please describe. Because our tree has multiple levels of items, it is very hard to find specific items. Having a search box for trees will make it easy to find

Describe the solution you'd like Add a search box at the top of the tree to allow users to search for items

tmcconechy commented 1 month ago
  1. Add a search above it in a pattern like https://main-enterprise.demo.design.infor.com/components/page-patterns/example-tree-detail.html
  2. Add search logic and highlighting
  3. Reuse logic in module nav
MilanInfor commented 1 month ago

This morning, we were looking this situation. We will attempt to use a similar approach, but it will involve custom code, which is not ideal. It would be much clearer if it were implemented under control.

tmcconechy commented 3 weeks ago

https://inforwiki.atlassian.net/browse/IDS-4866