epam / UUI

React-based components and accelerators library built by EPAM Systems.
https://uui.epam.com/
MIT License
160 stars 61 forks source link

[PickerInput]: remove picker footer while search is active #2321

Open AlekseyManetov opened 3 weeks ago

AlekseyManetov commented 3 weeks ago

Now

Now when user type search he still able to use 'Select All' or 'Show only selected' actions, but we can't apply this actions separately for search results, we can do it only for the whole list.

image

To Do

Let's remove picker footer with this actions, when some search value is typed

image