-
Notifications
You must be signed in to change notification settings - Fork 4k
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
按钮在加载状态仍然可以点击 #3479
Labels
Comments
Translation of this issue: button can still be clicked in the loading stateReproduction linkhttps://ng-zorro-antd-start-5ujzdw.stackblitz.io Steps to reproduceTwo buttons, the text of a button is empty, only the i tag, you can continue to click in the loading state, a button has text information, can not continue to click in the loading state What is expected?The button cannot be clicked in the loading state What is actually happening?When the text is empty, the button can still continue to click in the loading state.
|
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
May 28, 2019
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
May 28, 2019
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
* feat(module:button): support link type close NG-ZORRO#3479 * docs(module:button): fix demo * feat(module:core): wave directive support disable
hsuanxyz
added a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
* feat(module:button): support link type close NG-ZORRO#3479 * docs(module:button): fix demo * feat(module:core): wave directive support disable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction link
https://ng-zorro-antd-start-5ujzdw.stackblitz.io
Steps to reproduce
两个按钮,一个button的文本为空只有i标签,loading状态下可以继续点击,一个button有文本信息,在loading状态下无法继续点击
What is expected?
按钮在loading状态下无法点击
What is actually happening?
button在文本为空的时候,loading状态下仍然可以继续点击
The text was updated successfully, but these errors were encountered: