We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Tooltip 会增加多实例共存么,连续调用Toast.show,所有content都显示在页面上,类似于Ant Design的Message
The text was updated successfully, but these errors were encountered:
Toast 设计上是单例,只是没有去阻止。可以加,不过感觉同时出多个并不是设计的初衷。
Sorry, something went wrong.
不过现在连续调用Toast.show,页面只出现第二次调用的内容,我想要 这种效果,怎么写呢
感觉移动端很少这种一直堆信息的交互,要么就是把上一条清掉那种
用 Modal 或者 CenterPopup 自己封装下
No branches or pull requests
Version of antd-mobile
No response
What is this feature about?
Tooltip 会增加多实例共存么,连续调用Toast.show,所有content都显示在页面上,类似于Ant Design的Message
The text was updated successfully, but these errors were encountered: