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

Disabled option support for SelectButton #6146

Closed
cagataycivici opened this issue Jul 24, 2018 · 1 comment
Closed

Disabled option support for SelectButton #6146

cagataycivici opened this issue Jul 24, 2018 · 1 comment
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@cagataycivici
Copy link
Member

SelectButton should utilize the disabled property of a SelectItem instance.

@cagataycivici cagataycivici added the Type: New Feature Issue contains a new feature or new component request label Jul 24, 2018
@cagataycivici cagataycivici added this to the 6.0.2 milestone Jul 24, 2018
@cagataycivici cagataycivici self-assigned this Jul 24, 2018
@despotgit
Copy link

OMG, this is exactly how I made this change. I had to go inside node_modules and change this. This should definitely go in. I added (anyway, to tell you exactly how I did it) the || option.disabled in one of the methods and the part for ui-disabled the similar part ||option.disabled in the template. Great! But the change is not yet implemented when npmpulls the package with the select button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

2 participants