Skip to content
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

Pass selected tab to onChange event #384

Merged
merged 3 commits into from
Mar 3, 2015

Conversation

johnhaley81
Copy link

The Tabs object has an onChange event that has no context
when the event is fired. This will pass in the new tab into the
event so that it now has some context.

John Haley added 3 commits March 3, 2015 10:35
The `Tabs` object has an `onChange` event that has no context
when the event is fired. This will pass in the new tab into the
event so that it now has some context.
`Tabs.onChange` now has 2 arguments: tabIndex and tab which are
the newly selected tab and its index in the array
hai-cea added a commit that referenced this pull request Mar 3, 2015
@hai-cea hai-cea merged commit f1a55c1 into mui:master Mar 3, 2015
@hai-cea
Copy link
Member

hai-cea commented Mar 3, 2015

Thanks @johnhaley81 👍

@johnhaley81 johnhaley81 deleted the pass-selected-tab-onchange branch March 3, 2015 19:56
@johnhaley81
Copy link
Author

Anytime :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tabs This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants