We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c3675 commit cb85eebCopy full SHA for cb85eeb
src/lib/input/input-container.ts
@@ -101,7 +101,7 @@ export class MdErrorDirective { }
101
'[placeholder]': 'placeholder',
102
'[disabled]': 'disabled',
103
'[required]': 'required',
104
- '[attr.aria-describedby]': 'ariaDescribedby',
+ '[attr.aria-describedby]': 'ariaDescribedby || null',
105
'(blur)': '_onBlur()',
106
'(focus)': '_onFocus()',
107
'(input)': '_onInput()',
0 commit comments