Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add 'disabled' option to el-dropdown split-button buttons #11823

Closed
hairui219 opened this issue Jul 2, 2018 · 5 comments
Closed

Comments

@hairui219
Copy link

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.

@ziyoung
Copy link
Contributor

ziyoung commented Jul 2, 2018

@hairui219 Yes, ElDropdown should support disabled attribute.

@stale
Copy link

stale bot commented Jul 2, 2019

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.

@stale stale bot added the stale label Jul 2, 2019
@stale stale bot closed this as completed Jul 9, 2019
@plh97
Copy link

plh97 commented Oct 23, 2019

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

@walirt
Copy link

walirt commented Aug 7, 2020

@hairui219 Yes, ElDropdown should support disabled attribute.

Not a disabled option for el-dropdown, but split-button

@gamenic-dipendra
Copy link

Just use class 'disabled' to achieve this

<el-dropdown split-button type="primary"
          class="disabled">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants