-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sender 组件 LoadingButton 自定义Tooltip,源代码中的 stop loading 仍旧存在 #476
Comments
您提到在使用 sender 组件的 LoadingButton 时,自定义的 Tooltip 中仍然存在 "stop loading" 的提示。为了帮助您解决这个问题,我需要确认以下几点:
如果您已经尝试过自定义 Tooltip,但问题仍然存在,可能需要查看组件的源码或相关配置,以确定是否有遗漏的地方。 如果您愿意,我可以帮助您查找相关的代码片段或问题报告,以便更快地解决问题。请告诉我您的具体需求。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
import React, { useState } from 'react'; const Demo: React.FC = () => { const { message } = App.useApp(); // Mock send message return (
); export default () => ( |
重现步骤
在线示例链接:(必填)
步骤:
1.https://ant-design-x.antgroup.com/components/sender-cn#senderprops
当前行为
No response
预期行为
此时应该自定义提示,stop loading不存在
上下文
No response
版本
v1.0.4
您在哪些浏览器上遇到了这个问题?
No response
The text was updated successfully, but these errors were encountered: