Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Fix event handling #43

Merged
merged 4 commits into from
Jun 24, 2017
Merged

Fix event handling #43

merged 4 commits into from
Jun 24, 2017

Conversation

Hardtack
Copy link
Member

It fixes integration problem occurred by followings

// Custom event handler
private handleClick = (_evt: React.SyntheticEvent<any>) => {
// Cannot handle properly click event because of react bug
// We implement react event handler with same functionally of this one
// https://github.com/material-components/material-components-web/issues/225
// https://github.com/facebook/react/issues/8693
this.foundation.close();
}

material-components/material-components-web#225
facebook/react#8693

@Hardtack Hardtack merged commit 1860939 into develop Jun 24, 2017
@Hardtack Hardtack deleted the feature/proxy-native-event branch June 24, 2017 09:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant