Actions
Bug #8430
closedUserlist JS selectors not specific enough
Description
The JS selectors for autocomplete, etc.. can end up binding to the displayed data in addition to the search data. Prefix the selectors when $reason is search so we can specifically target the inputs better. In addition to this during advanced mode searching the findTarget behavior ends up binding to the initial dropdown instead of the field itself.
Actions