Skip to content

Commit 7685787

Browse files
author
Jordan Stephens
committed
calling activate_field on choices_click, fixes harvesthq#1729
1 parent 0c9d879 commit 7685787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coffee/lib/abstract-chosen.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class AbstractChosen
199199

200200
choices_click: (evt) ->
201201
evt.preventDefault()
202+
this.activate_field()
202203
this.results_show() unless @results_showing or @is_disabled
203204

204205
keyup_checker: (evt) ->

0 commit comments

Comments
 (0)