rusackas commented on code in PR #39068:
URL: https://github.com/apache/superset/pull/39068#discussion_r3591495844
##########
superset-frontend/packages/superset-ui-core/src/components/Select/AsyncSelect.tsx:
##########
@@ -161,6 +164,11 @@ const AsyncSelect = forwardRef(
const selectValueRef = useRef(selectValue);
const fetchedQueries = useRef(new Map<string, number>());
const mappedMode = isSingleMode ? undefined : 'multiple';
+
+ const antdTokenSeparators = useMemo(
+ () => tokenSeparators.filter(sep => sep !== ','),
+ [tokenSeparators],
+ );
Review Comment:
And it was fixed/merged! Hooray! I think we can likely pull that in now if
it's been released.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]