This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Tabbing around filter chips selects them #1538
Closed
Description
What Angular MDC version are you using?
Whatever your docs website uses
What browser(s) is this bug affecting?
Chrome
What OS are you using?
Windows 10
What are the steps to reproduce the bug?
Hit the tab key until the filter chips are focused
What is the expected behavior?
I would imagine that space-bar or enter should select them (don't know the spec off hand), but tabbing focus away should probably not select/deselect.
What is the actual behavior?
The filter chip gets selected
Any other information you believe would be useful?
Even though the chip is becoming selected, the chip-set's change event isn't getting fired.