-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat(ui5-list): preventable item-click event #4448
feat(ui5-list): preventable item-click event #4448
Conversation
In this change we introduce the preventable behaviour of the item-click event in the List component.
Keep in mind: #1618 . Let's investigate it. |
additionally the press and click events are now fired before selection
Looks good to me. Currently ui5-item-press is used only internally and it shouldn't be part of the prevention. |
Could you also add Fixes: link of the issue in the commit message. It can be edited in the Github UI, but later when you press the Squash and merge button, you need to fix it and make sure |
Hi @ilhan007 , Sorry but I saw your comment after I merged it. It seems like the issue has closed automatically since it's linked with the pull request. |
* feat(ui5-list): preventable item-click event In this change we introduce the preventable behaviour of the item-click event in the List component. * fixed name of test * fixed failing tests additionally the press and click events are now fired before selection
In this change we introduce the preventable behaviour of the item-click
event in the List component.
Thank you for your contribution! 👏
To get it merged faster, kindly review the checklist below:
Pull Request Checklist