@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
20 lines (13 loc) • 453 B
Markdown
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
# Lookups Release Notes
<!-- ## [Unreleased] -->
<!-- ## [VERSION] -->
## 2.11.0
### Added
- Grouped Lookup wrapping `<div>` attributes:
- `role="combobox"`
- `aria-haspopup="listbox"`
- `aria-expanded="true"`
- Grouped Lookup `<input>` attribute `aria-controls` set to id of adjacent table
### Changed
- Grouped Lookup `<input>` `role` from `combobox` to `textbox`