首页 > 解决方案 > Customized Reactive Component interact with SelectedFilters

问题描述

It took me quite a long time trying to find a solution, still no solution. Take the official example to illustrate:

https://opensource.appbase.io/reactive-manual/v3/advanced/reactivecomponent.html

I can add showFilter and filterLabel property to the parent ReactiveCompnent, however, after user picked the color, how to notify the SelectedFilters component about the value picked? how to get notified when user clear the color in the SelectedFilters?

标签: reactivesearch

解决方案


您将需要将自定义SelectedFiltersReactiveComponent. 我们一直致力于改进文档。我将添加相应的链接,这可能会帮助您了解ReactiveComponent.

现在,您可以查看此示例。我使用ReactiveComponentwith custom创建了基于选项卡的过滤SelectedFilters

希望这可以帮助!


推荐阅读