Skip to content

Commit

Permalink
Merge pull request #1731 from jordanstephens/issue-1729
Browse files Browse the repository at this point in the history
Calling activate_field on choices_click, fixes #1729
  • Loading branch information
koenpunt committed Jan 21, 2017
2 parents 56ec9dd + 8f859f2 commit dd91a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coffee/lib/abstract-chosen.coffee
Expand Up @@ -243,6 +243,7 @@ class AbstractChosen

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

keydown_checker: (evt) ->
Expand Down

0 comments on commit dd91a63

Please sign in to comment.