UUI
UUI copied to clipboard
Picker Input async data source fold/collapse with search
Description Could you please add ability to collapse searched results in picker input(async data source)

Steps to reproduce:
- type something in Picker's search field
- try to collapse any node
Describe the solution you'd like
There's UX/state management issue. At one hand we want to expand all nodes when searching (to show user what's found). At the other hand, we don't want to keep all nodes unfolded, after user clear the search. Ideally, we want to keep all folding user made before search, intact.
One of the solutions is:
- when entering search mode (search was "" and now is not "") - remember the state of 'folded' hash, clear current 'folded' hash
- when search is cleared - restore saved 'folded' hash
Next step: discuss with UX designers