react-bootstrap-table/react-bootstrap-table2

Search on field that contains array items

开放

#642 创建于 2018年11月1日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (415 个派生)batch import
good first issuehelp wantedsearch

仓库指标

星标
 (1,249 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

When you try to search on column that contains array items it's not working properly. Is there any way to fix this issue? Example: array = [ 'dog', 'cat', 'parrot'] search field value = 'dog parrot' Result: row is hidden which should not be the case.

Thanks.

贡献者指南