Skip to content

Commit

Permalink
Allow select to open with click (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox authored Nov 19, 2018
1 parent 4cb050d commit 8cee20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/templates/components/power-select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class=(readonly concatenatedTriggerClasses)
extra=(readonly extra)
id=(readonly triggerId)
eventType="mousedown"
eventType=(or eventType "mousedown")
onKeyDown=(action "onTriggerKeydown")
onFocus=(action "onTriggerFocus")
onBlur=(action "onTriggerBlur")
Expand Down

0 comments on commit 8cee20c

Please sign in to comment.