Following code throws in Chrome console: ARIA: Attribute " aria-label ", required for accessibility, is missing...
<label for="date-range-selector-from">From</label>
<md-input-container>
<input type="text" id="date-range-selector-from" aria-invalid="false" />
...
</md-input-container>
Why is it throwing this warning when there is label asociated with input? Shouldn't be aria-label needed when visible label cannot be shown on the page?