Adam Tirella
Adam Tirella
### Description The current implementation of the placeholder text leads to a weird space when there are icons present in the combobox items. Current functionality: ### Acceptance Criteria We should:...
### Description Right now our "color" prop and what values it accepts is different across all components - it's used for styling an accent bar, and an icon if present...
### Description Currently, the indicator is using the brand variable. This allows it to be overridden, but it also means that if you do so, the focus outline of the...
### Description Currently, a user needs to set radio/checkbox on all child Tile Select items to enable a specific "mode". This should match our other components with similar functionality, and...
### Description As a follow-up from a Teams conversation, we should explore "inverting" the dark mode paradigm to provide a better experience. Foreground colors should be lighter than background colors....
### Description Noted as feedback on Button / FAB - but possibly relevant in other places where icons are rendered internally. Button / FAB of scale S, M, L all...
### Actual Behavior It seems we aren't setting a defined text color on Progress `text` string display - which means it doesn't respond to light / dark mode changes and...
### Description Two related proposals to solve potential annoyances for users: - If an alert is auto-dismissible, currently we remove the close button. We should keep the close button there....
**Related Issue:** None ## Summary Removes now-deprecated coding patterns from Chip and replaces the functionality following current practices.
**Related Issue:** #7223 Codepen preview of the new functionality: https://codepen.io/mac_and_cheese/pen/gOEyZPz?editors=1000 ## Summary Adds a new Card Group component with a `selectionMode` capability. - Follows `selectionMode` paradigm from other components with...