material-web/menu/internal
Elliott Marquez d4463154cc refactor(list,menu,select)!: remove active concept and now parent controls tabIndex and focus
Note: tests have changed significantly because there is no longer a concept of "nothing activated" in the list.

BREAKING CHANGE: removed `active` from list-item, menu-item, and select-option. Instead, List uses tabindex to track whether something is focusable.

PiperOrigin-RevId: 565531998
2023-09-14 18:14:59 -07:00
..
menuitem fix(select)!: don't reflect selected attribute 2023-09-13 17:51:17 -07:00
submenuitem refactor(list,menu,select)!: remove active concept and now parent controls tabIndex and focus 2023-09-14 18:14:59 -07:00
_menu.scss fix(menu): apply padding to dividers per spec 2023-09-13 21:09:00 -07:00
forced-colors-styles.scss fix(menu)!: rename "lib" directory to "internal" 2023-07-24 09:45:01 -07:00
menu-styles.scss fix(menu)!: rename "lib" directory to "internal" 2023-07-24 09:45:01 -07:00
menu.ts refactor(list,menu,select)!: remove active concept and now parent controls tabIndex and focus 2023-09-14 18:14:59 -07:00
shared.ts refactor(list,menu,select)!: remove active concept and now parent controls tabIndex and focus 2023-09-14 18:14:59 -07:00
surfacePositionController.ts feat(menu): menus will resize and flip corners to stay in viewport 2023-09-07 10:36:11 -07:00
typeaheadController.ts refactor(list,menu,select)!: remove active concept and now parent controls tabIndex and focus 2023-09-14 18:14:59 -07:00
types.ts fix(menu)!: rename "lib" directory to "internal" 2023-07-24 09:45:01 -07:00