Element: [Feature Request] Add 'disabled' option to el-dropdown split-button buttons

Created on 2 Jul 2018  ·  5Comments  ·  Source: ElemeFE/element

Existing Component

Yes

Component Name

el-dropdown

Description

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.

dropdown stale feature request

Most helpful comment

how to disabled, no reference in Element-UI document.

All 5 comments

@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">
Was this page helpful?
0 / 5 - 0 ratings

Related issues

akaylh picture akaylh  ·  3Comments

yuchonghua picture yuchonghua  ·  3Comments

zhguokai picture zhguokai  ·  3Comments

dbskccc picture dbskccc  ·  3Comments

Zhao-github picture Zhao-github  ·  3Comments