Skip to content

Commit 7828c22

Browse files
OnlyFlyerdilu
andauthored
docs: #316, update MultiSearchInput comp migrationv4 doc (#370)
Co-authored-by: dilu <[email protected]>
1 parent 1167c4c commit 7828c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/migration-v4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ useCookieListener(
9090
#### MultiSearchInput [#316](https://github.com/DTStack/dt-react-component/pull/316)
9191

9292
- 重命名为 `Input.Match`
93+
-`onChange` 回调方法参数由 `e.target.value` 改为了 `e`,升级之后需要注意
94+
-`filterOptions` 属性默认值由 `['precise', 'front', 'tail']` 改为了 `['caseSensitive', 'precise', 'front', 'tail']`,若使用了默认值值升级后模糊搜索会多一个 区分大小写匹配的选项,解决方式:手动传递 `filterOptions``['precise', 'front', 'tail']`
9395

9496
### 2.3、属性调整
9597

0 commit comments

Comments
 (0)