Skip to content

Commit

Permalink
calling activate_field on choices_click, fixes #1729
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Jul 3, 2014
1 parent f019dd7 commit 8f859f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coffee/lib/abstract-chosen.coffee
Expand Up @@ -202,6 +202,7 @@ class AbstractChosen

choices_click: (evt) ->
evt.preventDefault()
this.activate_field()
this.results_show() unless @results_showing or @is_disabled

keyup_checker: (evt) ->
Expand Down

0 comments on commit 8f859f2

Please sign in to comment.