-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: material/buttonfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix
Description
Bug, feature request, or proposal:
md-buttons should work like standard HTML buttons inside <fieldsets>
: when the fieldset is disabled, so are buttons within it.
What is the expected behavior?
Inside a <fieldset disabled>
, the md-button family does not display or act as disabled
What is the current behavior?
I've contrasted a standard HTML button on the left to the Material on on the right. They're contained within a <fieldset disabled>
- as per markup below.
Material button is not disabled: standard look, clickable, changes mouse to pointer etc. Standard button is disabled.
What are the steps to reproduce?
<fieldset
[disabled]="canDoThing"
>
<button>I am a standard button</button>
<button md-raised-button>I'm a wonderful MaterialUI button</button>
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionarea: material/buttonfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix