mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 23:09:47 +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}
|
isLoading={this.state.isLoading}
|
||||||
onMenuScrollToBottom={this.handleBottomScroll}
|
onMenuScrollToBottom={this.handleBottomScroll}
|
||||||
onInputChange={this.handleInputChange}
|
onInputChange={this.handleInputChange}
|
||||||
|
onSelectResetsInput={false}
|
||||||
multi
|
multi
|
||||||
value={
|
value={
|
||||||
isNull(value) || isUndefined(value) || value.size === 0
|
isNull(value) || isUndefined(value) || value.size === 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user