msyavuz commented on code in PR #36963:
URL: https://github.com/apache/superset/pull/36963#discussion_r2672283541
##########
superset-frontend/packages/superset-ui-core/src/components/Select/types.ts:
##########
@@ -167,6 +168,11 @@ export interface BaseSelectProps extends AntdExposedProps {
ref: Ref<RefSelectProps>;
dropdownStyle?: React.CSSProperties;
+
+ /**
+ * It defines the alignment of the dropdown menu.
+ */
+ dropdownAlign?: AlignType;
Review Comment:
Hey, i meant modifying `type AntdExposedProps` and add this there since it
already exists we just don't expose it for now. No need to define a seperate
type
--
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]