-
Notifications
You must be signed in to change notification settings - Fork 62
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
[BUG] Added a click event to the generated button… #36
base: master
Are you sure you want to change the base?
Conversation
…he OL list when an item is clicked. Minor other changes, like switching all 'var's to, the ES6 standard, 'let'
… embedded the search option in the button.
…nd jQuery. [TASK] Added a bit more to the README.md file.
…slighty better UX. [ADD] Added onPostSelect callback option. [REFACTOR] Moved label margin to CSS file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thank you for your contribution! Can you please resubmit this PR to the newly created develop branch?
Hi, I don't mind making a pull request, but I've taken my fork way beyond a single PR, at this point. We had specific needs in our project, so it's pretty much tailored to that - you might not want it all merged in. Let me know if you're still interested. |
… and a toggle() on the OL list when an item is clicked. Minor other changes, like switching all 'var's to, the ES6 standard, 'let' is also added.
For some reason there was no events registered to the generated button - at first I thought i might be an issue with versions of jQuery (the demo site is using jQuery v1.11.2, and I'm on v3.2.1), but looking at the source, there was no events registered. Unless there's an inconsistency from the source to the minified source, it's beyond me how this actually work on the demo site...