- Fixed ng-input elements taking up space even when selects weren't searchable
- Add a sizing constraint to option icons to avoid external global influences
- Updated colors to rely on Forge colors with backups
- Remove min-heights and refactor container to use padding to better match CA system form fields
- Removed custom padding values related to old Neutrif line-height issues
- Update ng-select to be compatible with Angular 16
- Reworked keyboard controls to use new divided methods provided by ng-select
- Updated handle key deletion method of multi-select chip lists (chip deletion and set focus on next chip or element)
- Updated ng-select Angular version to 15.x
- Updated spacing method of multi-select chip lists (margins to gaps)
- Fixed line-height issues in dropdown options
- Remove invalid ARIA properties from wrapper and input
- Remove unnecessary
aria-owns
from input - Add back accessible name for listbox dropdown panel
- Fix missing spaces in multi-select inputs between chips and other elements
- Fix input value overlap with clear icon
- Remove invalid ARIA properties from wrapper and input
- Remove unnecessary
aria-owns
from input - Add back accessible name for listbox dropdown panel
- Fix missing spaces in multi-select inputs between chips and other elements
- Fix input value overlap with clear icon
- Updated ng-select Angular version to 15.x
- Updated spacing method of multi-select chip lists (margins to gaps)
- Fixed line-height issues in dropdown options
- Fix disappearing dropdown on search/typeahead
- Remove incorrect ARIA role on text input within combobox div
- Remove invalid aria-expanded attribute from text input
- Fix border-radius disappearing on item hover
- Remove console logs on keypresses
- Fix new styles not being included in package
- Fix visible ng-value
- Fix centering of clear button within wrapper
- Breaking: Update to Angular 11 compatible version
- Reintroduce ng-value for displaying values (to allow for templated value display)
- 🔥 remove small addition to angular json (1f85b90)
- 🔖 bump to version 3.2.0 (d5dcef6)
- 💄 consolidate styles to a single selector (7762c6d)
- PTS-12669: added new placeholder styling under ng-select-single (0fc3b6d)
- PTS-12668: added new placeholder styling under ng-select-multiple (56ff1c1)
- 💄 fix misalignment issue with default min height (a5041d7)
- 💄 fix misalignment issue with default min height (a5041d7)
- ♿ add back missing describedBy attribute to input (ffcbbd3)
- ♿ remove duplicative listbox role and simplify dropdown content area (1fedcaf)
- 💄 remove redundant selected class, rely on option-level (5cc318c)
- remove github flows and templates (71348b4)
- resolve merge conflicts resulting in duplicative props/functions (eaf7de5)
- revert commented out default theme (06f1d95)
- a11y: add back a focus state that isn't just a color change (775334e)
- a11y: remove autocomplete attr again as its used incorrectly (195fd3d)
- a11y: remove optional role when chosen value is in single select (f011931)
- a11y: update to focus style for Chromium update (fb133a7)
- input: add missing attribute setting (142ec02)
- publish: remove public flag (2bb35ac)
- themes: 🔥 remove theme stylesheets as they are unused (f4cfe44)