-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tabs] md-tab-group scrolling/pagination missing #769
Comments
It would be really great if you could add support for "Tabs with overflow pagination" or "Scrollable tabs" as defined in the material design guidelines. From the guidelines: |
Do you already have some date when this might be implemented? Would be cool to have that feature.. |
This has been implemented in #2084 and is in the latest release (alpha 11) |
@andrewseguin Is there a reason why this is not implemented for |
@andrewseguin Just realized there is an issue already filed for this. Linking it here just for reference. Thank in any case. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
What is the expected behavior?
When md-tab-group contain too much md-tab objects to display them on the screen, there should be 'next' arrow displayed (as in angular 1)
What is the current behavior?
list of md-tab is cutted.
Which versions of Angular, Material, OS, browsers are affected?
Angular: 2.0.0-rc.3
Material: 2.0.0-alpha.5-2
Browsers: Safari, Chrome, FireFox
OS: OS X El Capitan, iOS 9.3
Workaround
Add
To stylesheet
The text was updated successfully, but these errors were encountered: