-
Notifications
You must be signed in to change notification settings - Fork 233
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
Added support for event listeners for actions done on elements provided by SeLion. #23
Conversation
@fakrudeen78 @krmahadevan @sebady I'm inclined to merge this. Do any of you have feedback on this PR? I know there was talk about accomplishing this a different way. Do we still want to pursue that? |
This approach for supporting event listeners looks reasonable to me. I'm not aware of an alternative under consideration/discussion. I would merge it. |
I haven't yet had the chance to revisit this yet. Been swamped with stuff. I would want to look at this again since I was involved in the original discussions and first set of review on this.
Sent from a mobile. -------- Original message -------- This approach for supporting event listeners looks reasonable to me. I'm not aware of an alternative under consideration/discussion. I would merge it. — |
Guys I am fine with this implementation being merged. But we need to take care of the below mentioned trivial things before the code hits
|
@krmahadevan @fakrudeen78 @renelux I've pulled this contribution into the branch https://github.com/paypal/SeLion/tree/renelux-patch-add-events so that we can address the review comments. Furthermore, I have rebased it off of the latest https://github.com/paypal/SeLion/tree/develop branch |
I also changed all references of |
This is now merged to develop. Issue #38 opened to track the documentation needs for this PR. |
Adds support to SeLion to trigger events before and after we perform actions on SeLion elements. This will help us to make SeLion more extendable.
The following events are supported:
Click
Type
Check
Uncheck
Submit
Select
Deselect