Skip to content

Commit e60f89a

Browse files
author
Andrey Ognev
committed
0.0.93 fix revertSearchField prop in Select
1 parent ea02e72 commit e60f89a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.93
2+
3+
- Fix `revertSearchField` prop in `Select` component
4+
- Add `nullDash` prop for `Table` component
5+
- Exclude `reloadDataAfterSaveForm` prop from `Form` component to prevent console Errors
6+
17
## 0.0.92
28

39
- `revertSearchField` clears inner input `Select`

src/components/Select/Select.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ const Select = props => {
9090
searchValue: defaultSearchValue,
9191
reload: true
9292
});
93-
}, []);
94-
95-
useEffect(() => {
96-
_setSearchValue('');
9793
}, [revertSearchValue]);
9894

9995
useEffect(() => {

0 commit comments

Comments
 (0)