Opened 12 years ago
Closed 12 years ago
#7486 closed enhancement (notabug)
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.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
I really don't want to go down the road of mimicking all native events.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
That's not the meaning of change, since the element is still focused.
Note: See
TracTickets for help on using
tickets.
Pull request is here https://github.com/jquery/jquery-ui/pull/369