mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
Replace space with tabulator and enter as separators (#12730)
This commit is contained in:
committed by
GitHub
parent
878f1238ba
commit
90856544e9
@@ -319,7 +319,7 @@ export default class AdhocFilterEditPopoverSimpleTabContent extends React.Compon
|
|||||||
allowClear: true,
|
allowClear: true,
|
||||||
showSearch: true,
|
showSearch: true,
|
||||||
mode: MULTI_OPERATORS.has(operator) && 'tags',
|
mode: MULTI_OPERATORS.has(operator) && 'tags',
|
||||||
tokenSeparators: [',', ' ', ';'],
|
tokenSeparators: [',', '\n', '\t', ';'],
|
||||||
loading: this.state.loading,
|
loading: this.state.loading,
|
||||||
value: comparator,
|
value: comparator,
|
||||||
onChange: this.onComparatorChange,
|
onChange: this.onComparatorChange,
|
||||||
|
|||||||
Reference in New Issue
Block a user