element
element copied to clipboard
Button: fixDisabledPriority_Issues-21375And21996
Please make sure these boxes are checked before submitting your PR, thank you!
<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