material
material copied to clipboard
Material design for AngularJS
When using a screen reader (NVDA) clicking away from md-menu causes it to read page title everytime
**Actual Behavior**: - `What is the issue? *` When using a screen reader (NVDA) clicking away from md-menu causes it to read page title everytime - `What is the expected...
**Actual Behavior**: - `What is the issue? *` When you have other elements in the md-autocomplete search box, the suggestions container does not extend/reduce properly. - `What is the expected...
**Actual Behavior**: - `What is the issue? *` `mdSelectMenu` uses a local variable to keep track of the currently focused element instead of using the builtin `document.activeElement`. `opts.focusedNode` is not...
In order to show the `md-char-counter` on the autocomplete input when using min/maxlength validators, we should switch from using `ng-min/maxlength` to their `md-*` counterparts. I see a very simple code...
**Actual Behavior**: - `What is the issue? *` when md-select is used with `multiple="true"`, it initialy triggers `ng-change` as much times as there is options preselected. - `What is the...
**Actual Behavior**: - `What is the issue? *` I have a sidenav component that must be locked if two conditions are met: - screen is bigger than medium size (1280px)...
The demo shows to inject $element into the controller and add the following line to your controller: ``` $element.find('input').on('keydown', function(ev) { ev.stopPropagation(); }); ``` However, it is not allowed to...
**Actual Behavior**: - `What is the issue? *` On desktop devices, a toast in the same position as a FAB will push the FAB down to make room for the...
**Actual behavior**: * - `md-select` is not working on a `$mdPanel` - i just wanted to show a drop down select on `$mdPanel` to give user some option but it's...
**Actual behavior**: - What is the issue? Can't select option with value `0` - What is the expected behavior? I would expect the option to be selected. **CodePen** or Steps...