Skip to content

Commit

Permalink
fix(core/presentation): Fix perf issue by not processing diacritics i…
Browse files Browse the repository at this point in the history
…n React Select
  • Loading branch information
christopherthielen committed Nov 12, 2018
1 parent 9575158 commit 5413003
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export class SecurityGroupSelector extends React.Component<ISecurityGroupSelecto
)}
<div className="col-md-8">
<VirtualizedSelect
ignoreAccents={true}
options={availableGroupOptions}
onChange={this.onChange}
value={groupsToEdit}
Expand Down

0 comments on commit 5413003

Please sign in to comment.