If the disabled attribute is enabled, the href attribute must be invalid. ```html <Button raised disabled href={'//github.com/callemall/material-ui'}>link</Button> ``` ### Versions - Material-UI: 1.0.0-beta.4 - React: 15.6.1 - Browser: Safari
If the disabled attribute is enabled, the href attribute must be invalid.
Versions