vedantprajapati commented on code in PR #33002:
URL: https://github.com/apache/superset/pull/33002#discussion_r2195806828
##########
superset-frontend/packages/superset-ui-core/src/components/Dropdown/index.tsx:
##########
@@ -110,8 +110,61 @@ export const NoAnimationDropdown = (props:
NoAnimationDropdownProps) => {
);
};
+const CustomDropdownButton = (props: ButtonProps & DropdownProps) => {
Review Comment:
I am unable to have the dropdown loading component
(https://ant.design/components/dropdown) that @kasiazjc suggested without
adding this customization. otherwise if we wanted to use what we already have,
then we can have the dropdown just not have that arrow icon on the right and
still provide options on hover.
--
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]