Closed
Description
There was proposal #497 to enhance PathInput
to be better at picking up paths but it turned out that modifying it is not a good idea.
New PathSearch
component would be more generic way to search and pick a path. Essentially we could have:
- Allow user to define base directory for search
- Show (using single select list) search results
- Allow user to define search string
- Copy algorithms(start with exact-match and fuzzy) from fuzzy search tool (fzf)