Skip to content

Commit

Permalink
Now triggering the change() event on the original select-field. refs #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Naumann committed Nov 17, 2011
1 parent 92e494e commit dae7556
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jquery.select-to-autocomplete.js
Expand Up @@ -212,7 +212,8 @@ THE SOFTWARE.
context.settings['handle_invalid_input']( context );
}
}
}
context.$select_field.change();
}
// jQuery UI autocomplete settings & behavior
context.$text_field.autocomplete({
'minLength': 0,
Expand Down Expand Up @@ -251,4 +252,4 @@ THE SOFTWARE.
}
};

})(jQuery);
})(jQuery);

0 comments on commit dae7556

Please sign in to comment.