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
16.2.0
16.2.12
<d-button style="display: flex; justify-content: center;" [disabled]="true" (click)="click()"> 测试
click() { console.log('click 被点击'); }
按照上面的代码, 点击页面显示按钮同行, 旁边部分 d-button 会触发 click
禁用状态点击按钮旁边空白不触发 click 事件.
禁用状态点击按钮旁边空白触发 click 事件.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
16.2.0
Angular Version
16.2.12
Link to minimal reproduction
<d-button style="display: flex; justify-content: center;" [disabled]="true" (click)="click()"> 测试
click() {
console.log('click 被点击');
}
Step to reproduce
按照上面的代码, 点击页面显示按钮同行, 旁边部分 d-button 会触发 click
What is expected
禁用状态点击按钮旁边空白不触发 click 事件.
What is actually happening
禁用状态点击按钮旁边空白触发 click 事件.
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: