You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: Added required files to listbox directory.
* build: added listbox option directive and renamed listbox directive files.
* build: Added required files to listbox directory.
* build: added listbox option directive and renamed listbox directive files.
* build: Added required files to listbox directory.
* build: added listbox option directive and renamed listbox directive files.
* build: Added required files to listbox directory.
* build: added listbox option directive and renamed listbox directive files.
* feat(dev-app/listbox): added cdk listbox example to the dev-app.
* fix(listbox): removed duplicate dep in dev-app build file.
* fix(listbox): deleted unused files.
* refactor(combobox): changed names and made coerceOpenActionProperty simpler for this PR.
* fix(combobox): fixed trailing whitespace.
* refactor(listbox): added default classes to listbox and option, and made aria-active descendant not the default.
* refactor(listbox): added focus management for focusing listbox.
* feat(listbox): added support for horizontal listbox.
* refactor(combobox): added support for array of values which enables multiselect listbox to be compatible.
* feat(combobox): let the user determine what element is focused first in the popup.
* feat(combobox): pressing down when focused on text trigger will move focus to popup.
* refactor(listbox): updated listbox key management to handle horizontal orientation.
* refactor(listbox): prevented listbox from auto closing when in multiple mode in a combobox.
* fix(combobox): fixed lint errors.
* refactor(combobox): made updates to focus management and keyboard handling.
* fix(combobox): fixed keyboard logic bug that only handled down arrow.
* fix(combobox): close popup on Tab.
* refactor(listbox): added comments and todos throughout.
* fix(listbox): fixed listbox id to be cdk-listbox instead of cdk-option.
* fix(listbox): prevent SPACE from scrolling scren.
0 commit comments