element icon indicating copy to clipboard operation
element copied to clipboard

Button: fixDisabledPriority_Issues-21375And21996

Open kalu5 opened this issue 2 years ago • 1 comments

Please make sure these boxes are checked before submitting your PR, thank you!

  • [x] Make sure you follow Element's contributing guide (中文 | English | Español | Français).
  • [x] Make sure you are merging your commits to dev branch.
  • [x] Add some descriptions and refer relative issues for you PR.

kalu5 avatar Jul 26 '22 04:07 kalu5

<el-form :disabled="true <el-button :disabled="false" Fix The above code results, incorrectly, in a clickable button that could submit a disabled form Fix If two el-buttons are displayed by v-if:info and the value of the info is asynchronously changed, this will not work if the second button has the disabled property https://github.com/ElemeFE/element/pull/21375, https://github.com/ElemeFE/element/issues/21996

kalu5 avatar Jul 26 '22 04:07 kalu5