mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +00:00
Workaround fix for react-select rerender bug
https://github.com/JedWatson/react-select/issues/2277
This commit is contained in:
parent
10abf7a270
commit
30371a42bb
@ -141,6 +141,7 @@ class SelectMany extends React.Component {
|
||||
isLoading={this.state.isLoading}
|
||||
onMenuScrollToBottom={this.handleBottomScroll}
|
||||
onInputChange={this.handleInputChange}
|
||||
onSelectResetsInput={false}
|
||||
multi
|
||||
value={
|
||||
isNull(value) || isUndefined(value) || value.size === 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user