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(EmailField): prevent click bubbling in a datagrid with rowClick #3426

Merged
merged 1 commit into from
Jul 19, 2019
Merged

fix(EmailField): prevent click bubbling in a datagrid with rowClick #3426

merged 1 commit into from
Jul 19, 2019

Conversation

despatates
Copy link
Contributor

Similar to a54acf0.
Let's say we have a user list with an email field.
Without this fix, clicking on the email was redirecting to user/edit
before launching the mailto action.
Now, it just execute the mailto action.

Similar to a54acf0.
Let's say we have a user list with an email field.
Without this fix, clicking on the email was redirecting to user/edit
before launching the mailto action.
Now, it just execute the mailto action.
@Kmaschta Kmaschta added this to the 2.9.5 milestone Jul 19, 2019
@fzaninotto fzaninotto merged commit 0e75a4e into marmelab:master Jul 19, 2019
@fzaninotto
Copy link
Member

Thanks!

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.

3 participants