arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

fix: fix click loading button in form can trigger submit

Open SleepDevil opened this issue 3 years ago • 0 comments

Types of changes

  • [ ] New feature
  • [x] Bug fix
  • [ ] Enhancement
  • [ ] Component style change
  • [ ] Typescript definition change
  • [ ] Documentation change
  • [ ] Coding style change
  • [ ] Refactoring
  • [ ] Test cases
  • [ ] Continuous integration
  • [ ] Breaking change
  • [ ] Others

Background and context

Solution

How is the change tested?

Changelog

Component Changelog(CN) Changelog(EN) Related issues
Button 修复Button为loading或disabled时仍会触发表单提交事件的bug fix click loading or disabled Button can trigger form submit bug Close #1511

Checklist:

  • [ ] Test suite passes (npm run test)
  • [ ] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • [ ] Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others should be submitted to main branch)

Other information

SleepDevil avatar Aug 16 '22 02:08 SleepDevil