Search and Top Navigation
#7486 closed enhancement (notabug)
Opened June 17, 2011 07:15PM UTC
Closed July 13, 2011 12:52PM UTC
Trigger change event on element if an item is selected
Reported by: | johnny | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The value of the text field is changed, so the change event should be triggered.
Attachments (0)
Change History (3)
Changed June 17, 2011 07:24PM UTC by comment:1
Changed June 17, 2011 08:04PM UTC by comment:2
I really don't want to go down the road of mimicking all native events.
Changed July 13, 2011 12:52PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
That's not the meaning of change, since the element is still focused.
Pull request is here
https://github.com/jquery/jquery-ui/pull/369