msyavuz commented on code in PR #36963:
URL: https://github.com/apache/superset/pull/36963#discussion_r2672127218
##########
superset-frontend/packages/superset-ui-core/src/components/Select/constants.ts:
##########
@@ -33,6 +34,14 @@ export const SELECT_ALL_VALUE: RawValue = t('Select All');
export const VIRTUAL_THRESHOLD = 20;
+export const DROPDOWN_ALIGN_BOTTOM: ComponentProps<
+ typeof Select
Review Comment:
There is a list of exposed props from Ant Design in this file. We should add
dropdownAlign there and use SelectProps here.
`packages/superset-ui-core/src/components/Select/types.ts`
--
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]