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

Fix typo for arguments. #2498

Closed
wants to merge 1 commit into from
Closed

Fix typo for arguments. #2498

wants to merge 1 commit into from

Conversation

maxkrieger
Copy link

Just a minor order issue, the event object is actually the first argument :)

Just a minor order issue, the `event` object is actually the first argument :)
@@ -173,7 +173,7 @@ const SelectFieldsPage = React.createClass({
},
{
name: 'onChange',
header: 'function(name, event)',
header: 'function(event, name)',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's not the name, that's the selectedIndex as for the DropDownMenu component.

@oliviertassinari
Copy link
Member

@maxkrieger Thanks! However, #2502 was merged to solve the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants