This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/select-kit/addon/components/select-kit
Osama Sayegh 0f807ba85b
UX: Allow select-kit to have an autofocus option (#12183)
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.
2021-02-23 13:20:32 +03:00
..
errors-collection.js FIX: Ember has deprecated isVisible in newer versions 2020-09-11 14:53:44 -04:00
select-kit-body.js A11Y: makes aria-owns an ID and not a data attribute (#12075) 2021-02-15 12:32:09 +01:00
select-kit-collection.js FIX: Ember has deprecated isVisible in newer versions 2020-09-11 14:53:44 -04:00
select-kit-create-row.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
select-kit-filter.js A11Y: makes aria-owns an ID and not a data attribute (#12075) 2021-02-15 12:32:09 +01:00
select-kit-header.js UX: Allow select-kit to have an autofocus option (#12183) 2021-02-23 13:20:32 +03:00
select-kit-none-row.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
select-kit-row.js DEV: implements combobox roles for select-kit (#11769) 2021-01-20 15:50:53 +01:00
single-select-header.js A11Y: correctly sets a name on combo-boxes for single selects (#12009) 2021-02-08 11:24:42 +01:00