On some modals the main/primary input field is a select-kit component (like `{{email-group-user-chooser}}` on the assign modal), so it makes sense to allow select-kit to steal focus on modals like these. This PR adds an `autofocus` option (default false) that allows select-kit to steal focus when it's rendered.
|
||
|---|---|---|
| .. | ||
| api-test.js | ||
| category-chooser-test.js | ||
| category-drop-test.js | ||
| combo-box-test.js | ||
| dropdown-select-box-test.js | ||
| email-group-user-chooser-test.js | ||
| list-setting-test.js | ||
| mini-tag-chooser-test.js | ||
| multi-select-test.js | ||
| notifications-button-test.js | ||
| pinned-options-test.js | ||
| single-select-test.js | ||
| tag-drop-test.js | ||
| topic-notifications-button-test.js | ||
| topic-notifications-options-test.js | ||
| user-chooser-test.js | ||