Yes
el-dropdown
The option items can be disabled with disabled
flag. But the button of split-button
option didn't support the disabled
flag. Disable the button is useful at some cases.
@hairui219 Yes, ElDropdown should support disabled
attribute.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
how to disabled, no reference in Element-UI
document.
@hairui219 Yes, ElDropdown should support
disabled
attribute.
Not a disabled option for el-dropdown
, but split-button
Just use class 'disabled' to achieve this
<el-dropdown split-button type="primary"
class="disabled">
Most helpful comment
how to disabled, no reference in
Element-UI
document.