diff --git a/superset-frontend/src/components/Select/constants.ts b/superset-frontend/src/components/Select/constants.ts index b8c60e852360..63218d9b712e 100644 --- a/superset-frontend/src/components/Select/constants.ts +++ b/superset-frontend/src/components/Select/constants.ts @@ -21,7 +21,7 @@ import { rankedSearchCompare } from 'src/utils/rankedSearchCompare'; export const MAX_TAG_COUNT = 4; -export const TOKEN_SEPARATORS = [',', '\n', '\t', ';']; +export const TOKEN_SEPARATORS = [',', '\r\n', '\n', '\t', ';']; export const EMPTY_OPTIONS = [];