Skip to content

Commit

Permalink
fix: #1293
Browse files Browse the repository at this point in the history
  • Loading branch information
Wugaoliang committed Nov 11, 2020
1 parent f683fe5 commit 02e96a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- 新增 `Card` bordered 属性配置是否显示边框 [#1296](https://github.com/XiaoMi/hiui/issues/1296)
- 修复 `Input` 在受控状态下,设置 value 为 null 时报错问题 [#1246](https://github.com/XiaoMi/hiui/issues/1246)
- 修复 `Select` 设置 autoload 为 true 时无限的调用接口问题 [#1249](https://github.com/XiaoMi/hiui/issues/1249)
- 修复 `Select` 异步多选,点击清空下拉数据未清空问题 [#1293](https://github.com/XiaoMi/hiui/issues/1293)
- 修复 `Timepicker` 弹出层在页面底部未翻转到上方问题 [#1253](https://github.com/XiaoMi/hiui/issues/1253)
- 优化 `Timepicker` 支持字符串格式的 value [#1245](https://github.com/XiaoMi/hiui/issues/1245)
- 修复 `SelectTree` 弹出层在页面底部不能翻转问题 [#1254](https://github.com/XiaoMi/hiui/issues/1254)
Expand Down
1 change: 1 addition & 0 deletions components/select/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ const InternalSelect = (props) => {
resetFocusedIndex()
})
setCacheSelectItem([])
setDropdownItems([])
}
// 防抖
const debouncedFilterItems = _.debounce(onFilterItems, 300)
Expand Down

0 comments on commit 02e96a3

Please sign in to comment.