-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
4 - verifiedIssues that have been tested, confirmed as mitigated, and are ready to close.Issues that have been tested, confirmed as mitigated, and are ready to close.ArcGIS Maps SDK for JavaScriptIssues logged by ArcGIS SDK for JavaScript team members.Issues logged by ArcGIS SDK for JavaScript team members.Calcite (dev)Issues logged by Calcite developers.Issues logged by Calcite developers.breaking changeIssues and pull requests with code changes that are not backwards compatible.Issues and pull requests with code changes that are not backwards compatible.enhancementIssues tied to a new feature or request.Issues tied to a new feature or request.spike completeIssues that have a research spike completed and dev work can proceedIssues that have a research spike completed and dev work can proceed
Description
Description
Update calcite-flow
to no longer remove a calcite-flow-item
from the DOM when drilling. Instead, a selected
property should be added to calcite-flow-item
to determine which item is actively visible instead of assuming the last child item in a flow wins. The calcite-flow
will be updated to look at the selected
property of a calcite-flow-item
.
Acceptance Criteria
- Flow Items are no longer removed from the DOM when drilling.
- New
selected
property on Flow Item is used instead
Relevant Info
blocked until #5071 is completed
Which Component
calcite-flow
calcite-flow-item
Example Use Case
No response
Metadata
Metadata
Assignees
Labels
4 - verifiedIssues that have been tested, confirmed as mitigated, and are ready to close.Issues that have been tested, confirmed as mitigated, and are ready to close.ArcGIS Maps SDK for JavaScriptIssues logged by ArcGIS SDK for JavaScript team members.Issues logged by ArcGIS SDK for JavaScript team members.Calcite (dev)Issues logged by Calcite developers.Issues logged by Calcite developers.breaking changeIssues and pull requests with code changes that are not backwards compatible.Issues and pull requests with code changes that are not backwards compatible.enhancementIssues tied to a new feature or request.Issues tied to a new feature or request.spike completeIssues that have a research spike completed and dev work can proceedIssues that have a research spike completed and dev work can proceed