improve performance for filter form selects (#8757)
This commit is contained in:
parent
81e45acc43
commit
c88bb591eb
|
|
@ -202,6 +202,7 @@ export default class SelectControl extends React.PureComponent {
|
|||
refFunc: this.props.refFunc,
|
||||
filterOption: this.props.filterOption,
|
||||
promptTextCreator: this.props.promptTextCreator,
|
||||
ignoreAccents: false,
|
||||
};
|
||||
if (this.props.freeForm) {
|
||||
selectProps.selectComponent = Creatable;
|
||||
|
|
|
|||
Loading…
Reference in New Issue