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

ContentList - clicks on elements provided via action prop triggers onClick on the entire item #667

Open
tomaskikutis opened this issue Aug 29, 2022 · 1 comment
Assignees

Comments

@tomaskikutis
Copy link
Member

image

Example:

  • I have item 1 opened for editing
  • I want to delete item 2, I click 3-dots-menu provided via actions prop
  • onClick on item 2 gets triggered and it opens the item in edit mode

item 1 should have remained in edit mode - it should be possible to delete item 2 without opening it for editing

@tomaskikutis
Copy link
Member Author

Same reproduces with TableList

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants