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

When a select2 element gains focus, typing should start searching #174

Closed michaelarnauts closed 5 years ago

michaelarnauts commented 8 years ago

When the element has a focus by tabbing into it, you can't start typing. This is useful when completing address information for example.

I think when the element has focus, and a keypress (except tab, enter, ...) occurs, it could automatically open the dropdown and start searching. This way, you don't need to click the element to open it and start searching.

kunjirsantosh commented 8 years ago

I had same issue "When the element has a focus by tabbing into it, you can't start typing" . i solved this using this link : Stackoverflow

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.