This repository was archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-nav-item
ignores disabled
-attribute
#9667
Labels
has: Pull Request
A PR has been created to address this issue
P4: minor
Minor issues. May not be fixed without community contributions.
resolution: fixed
Milestone
Comments
You might want to update your Codepen since it uses |
Thanks, I updated the codepen. |
There is no support for the disabled attribute on md-nav-item right now. |
In this case I close this issue, because it is a duplicate of #9613. |
So, any updates here? |
@maxjoehnk any updates? the two PRs are closed as far as i see it. |
Any update? @maxjoehnk |
@maxjoehnk had another PR (#10202) but like #9613 he ran into issues with a bad rebase and the PR was closed. If Max or someone else would like to re-submit the PR, we would be happy to take a look at a clean PR and try to get it merged. |
currensy
added a commit
to currensy/material
that referenced
this issue
Nov 21, 2017
* Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes angular#9667
currensy
pushed a commit
to currensy/material
that referenced
this issue
Feb 7, 2018
…S6 (angular#10977) class and preAssignBindingsEnabled == false feat(navBar): add disabled attribute * Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes angular#9667 feat(navBar): add disabled attribute * Implemented suggested changes to follow the convention and use parseAttributeBoolean() function from $mdUtils feat(navBar): add disabled attribute * Implemented suggested changes added MutationObserver and removed unnecessary style changes
currensy
added a commit
to currensy/material
that referenced
this issue
Feb 8, 2018
* Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes angular#9667
currensy
added a commit
to currensy/material
that referenced
this issue
Feb 18, 2018
* Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes angular#9667
mmalerba
pushed a commit
that referenced
this issue
Mar 16, 2018
* Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes #9667
chmelevskij
pushed a commit
to chmelevskij/material
that referenced
this issue
Jun 19, 2018
* Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes angular#9667
Splaktar
pushed a commit
that referenced
this issue
Jul 31, 2018
* Originally developed by: @maxjoehnk . I'm just resubmitting * Add disabled attribute to navitem * Update demo to showcase ng-disabled and disabled usage * Add tests * Ignore navbar specific button styling when disabled fixes #9667
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
has: Pull Request
A PR has been created to address this issue
P4: minor
Minor issues. May not be fixed without community contributions.
resolution: fixed
Actual Behavior:
What is the issue? *
md-nav-item
ignoresdisabled
-attributeWhat is the expected behavior?
shown in the demo as manual disabledCodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
http://codepen.io/anon/pen/ozBByaDetails:
notice the difference between the two tabs "Attempt to disable" and "Manual disabled"Angular Versions: *
Angular Version:
1.5.5Angular Material Version:
1.1.0Additional Information:
Browser Type: *
tested on desktop, but assume allBrowser Version: *
tested firefox and chrome, but assume allOS: *
tested on Linux, but assume allStack Traces:
noThe text was updated successfully, but these errors were encountered: