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: Allow falsy eventKeys in DropdownItem and ListGroupItem #5404

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

kyletsang
Copy link
Member

Fixes #5401

I kept the TS type for eventKey as string in DropdownItem since it's been this way back in Aug 2019.

@kyletsang kyletsang merged commit f493a15 into react-bootstrap:master Aug 26, 2020
@kyletsang kyletsang deleted the fix/makeeventkey-string branch August 26, 2020 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<DropDown.Item /> eventKey return null to <DropDown /> onSelect for index 0 item
2 participants