Skip to content

Commit 8f859f2

Browse files
author
Jordan Stephens
committed
calling activate_field on choices_click, fixes harvesthq#1729
1 parent f019dd7 commit 8f859f2

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
@@ -202,6 +202,7 @@ class AbstractChosen
202202

203203
choices_click: (evt) ->
204204
evt.preventDefault()
205+
this.activate_field()
205206
this.results_show() unless @results_showing or @is_disabled
206207

207208
keyup_checker: (evt) ->

0 commit comments

Comments
 (0)