You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page shouldn't scroll when select is clicked and options are shown. See main example.
What is the current behavior?
Page scrolls. Scrolling is not disabled.
What are the steps to reproduce?
Using materials v2.0.0-beta.3, add this code into the template of a component:
<md-select [(ngModel)]="address.state" name="State" placeholder="State">
<md-option *ngFor="let state of states" [value]="state">{{ state }}</md-option>
</md-select>
then open the select box, and scroll on the page.
What is the use-case or motivation for changing an existing behavior?
Better user experience.
Which versions of Angular, Material, OS, browsers are affected?
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Page shouldn't scroll when select is clicked and options are shown. See main example.
What is the current behavior?
Page scrolls. Scrolling is not disabled.
What are the steps to reproduce?
Using materials v2.0.0-beta.3, add this code into the template of a component:
then open the select box, and scroll on the page.
What is the use-case or motivation for changing an existing behavior?
Better user experience.
Which versions of Angular, Material, OS, browsers are affected?
@angular/cli: 1.0.0
node: 6.9.3
os: darwin x64
@angular/animations: 4.0.2
@angular/common: 4.0.2
@angular/compiler: 4.0.2
@angular/compiler-cli: 4.0.2
@angular/core: 4.0.2
@angular/forms: 4.0.2
@angular/http: 4.0.2
@angular/material: 2.0.0-beta.3
@angular/platform-browser: 4.0.2
@angular/platform-browser-dynamic: 4.0.2
@angular/platform-server: 4.0.2
@angular/router: 4.0.2
@angular/cli: 1.0.0
The text was updated successfully, but these errors were encountered: