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

Trigger change on data-id-element and data-update-elements when user autocompletes an item. #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shaldengeki
Copy link

For hidden inputs, simply binding a function to change() on the data-id and data-update-elements isn't enough; the change has to be triggered manually by jQuery. This triggers the change event, so any functions bound to these elements' change events are now properly triggered.

@travisbot
Copy link

This pull request passes (merged 53be07f into abc6e3a).

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.

2 participants