Matt Driscoll
Matt Driscoll
**Related Issue:** #5072 ## Summary refactor(flow, flow-item)!: Adds `open` property to flow-item to control which panel should be displayed. BREAKING CHANGE: The `open` property must be defined to display a...
**Related Issue:** #5071 ## Summary feat(flow)!: Adds flow-item component to replace use of panel within a flow. (#5071)
**Related Issue:** #4676 Discussion: https://github.com/Esri/calcite-components/discussions/4356 ## Summary feat(list, list-item, list-item-group)!: Use "treegrid" role for improved accessibility BREAKING CHANGE: Listen to the `calciteListItemSelect` event instead of `onClick` for the `calcite-list-item`. ##...
**Related Issue:** #4866 ## Summary fix(dropdown): Provide context to dropdown item selections when closing the menu for screen reader users (#4866)
We should modify `modify calciteSwitchChange` event payload to not emit redundant props before 1.0 release. As part of https://github.com/Esri/calcite-components/pull/3162, we deprecated the `switched` property in favor of `checked` but the...
### Actual Behavior Some components are missing RTL equivalents for animation, box-shadow, gradients, etc. - [x] alert - [x] date-picker-day - [x] date-picker-month-header - [x] input-date-picker - [x] loader -...
Option where a user can only set the location by using a search or by locate button. Once set, they can just see where the location was placed but cannot...
Need an option to be able to get notified of a submission check out geoevent extension, it can send an email.
### Background > Sidebar: maybe we need a common resource to store these types of consts. I think debouncing would follow the same delay. https://github.com/Esri/calcite-components/pull/4527#discussion_r976809350 It would be nice if...
### Actual Behavior Panel: Escape key closes panel even when closable is true ### Expected Behavior Panel: Escape key should only close panel if the panel is closable ### Reproduction...