kartik-v / yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).
http://demos.krajee.com/widget-details/select2
Other
323 stars 145 forks source link

[Question]How to set autofocus in yii2 select2? #171

Closed jordan095 closed 8 years ago

jordan095 commented 8 years ago

Prerequisites

1. 2. 3.

Expected behavior and actual behavior

When I follow those steps, I see...

I was expecting...

Environment

Browsers

Operating System

Libraries

kartik-v commented 8 years ago

Use $('#my-select2-drop-down').select2('open').select2('close');.