Hi I have a page with a top Panel, with one texti...
# kvision
k
Hi I have a page with a top Panel, with one textinput and select component. In the bottom panel, I am right now showing a list of items How to bind these two components to a SearchQuery object and filter the items as I type or select? I can see the data binding in kvision-examples using DataContainer(list,... But I want an efficient way to do it in ReduxStore->State.