Skip to content

Commit

Permalink
Replace space with tabulator and enter as separators (#12730)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and villebro committed Jan 25, 2021
1 parent 4ee6317 commit 51c7b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default class AdhocFilterEditPopoverSimpleTabContent extends React.Compon
allowClear: true,
showSearch: true,
mode: MULTI_OPERATORS.has(operator) && 'tags',
tokenSeparators: [',', ' ', ';'],
tokenSeparators: [',', '\n', '\t', ';'],
loading: this.state.loading,
value: comparator,
onChange: this.onComparatorChange,
Expand Down

0 comments on commit 51c7b89

Please sign in to comment.