material-web/chips/internal
Elizabeth Mitchell 5dc870bfe1 fix(chips): filter's click.preventDefault() not working when also updating selected
Fixes #5199

This bug appeared when calling prevent default as well as changing the state of the chip in the same listener. Now calling preventDefault will always revert to the previous value.

PiperOrigin-RevId: 595199149
2024-01-02 13:41:33 -08:00
..
_assist-chip.scss chore(chips): move forced-colors into main stylesheet 2023-08-18 13:05:05 -07:00
_chip-set.scss feat(chips): swap to toolbar a11y pattern 2023-09-18 10:57:56 -07:00
_elevated.scss fix(chips): linear navigation not working in VoiceOver 2023-08-24 16:44:29 -07:00
_filter-chip.scss chore(chips): move forced-colors into main stylesheet 2023-08-18 13:05:05 -07:00
_input-chip.scss chore(chips): move forced-colors into main stylesheet 2023-08-18 13:05:05 -07:00
_selectable.scss chore(chips): move forced-colors into main stylesheet 2023-08-18 13:05:05 -07:00
_shared.scss feat(chips): add tokens to customize padding 2023-12-07 16:19:41 -08:00
_suggestion-chip.scss chore(chips): move forced-colors into main stylesheet 2023-08-18 13:05:05 -07:00
_trailing-icon.scss feat(chip): trailing remove icon can now be customized 2023-12-12 09:45:52 +01:00
assist-chip_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
assist-chip.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
assist-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
chip_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
chip-set_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
chip-set-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
chip-set.ts refactor: remove Firefox ARIAMixin polyfills (v119+) 2023-11-29 13:48:38 -08:00
chip.ts feat(chip): trailing remove icon can now be customized 2023-12-12 09:46:50 +01:00
elevated-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
filter-chip_test.ts fix(chips): filter's click.preventDefault() not working when also updating selected 2024-01-02 13:41:33 -08:00
filter-chip.ts fix(chips): filter's click.preventDefault() not working when also updating selected 2024-01-02 13:41:33 -08:00
filter-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
input-chip_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
input-chip.ts docs: document events in jsdoc 2023-11-09 15:25:21 -08:00
input-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
multi-action-chip_test.ts chore: format files with prettier 2023-10-25 11:59:00 -07:00
multi-action-chip.ts feat(chip): trailing remove icon can now be customized 2023-12-09 11:39:31 +01:00
selectable-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
shared-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
suggestion-chip_test.ts fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
suggestion-chip.ts fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
suggestion-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
trailing-icon-styles.scss fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
trailing-icons.ts chore(chips): move trailing icon aria-hidden 2023-12-12 13:15:54 -08:00