-
Notifications
You must be signed in to change notification settings - Fork 81
Transition relevant components that use open
prop to expanded
per design decision
#11225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
1 of 5 tasks
Labels
4 - verified
Issues that have been tested, confirmed as mitigated, and are ready to close.
calcite-components
Issues specific to the @esri/calcite-components package.
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Comments
Installed and assigned for verification. |
Verified with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been tested, confirmed as mitigated, and are ready to close.
calcite-components
Issues specific to the @esri/calcite-components package.
refactor
Issues tied to code that needs to be significantly reworked.
Description
block
andlist-item
useopen
prop, but should useexpanded
per design decision. They need to transition to usingexpanded
instead.list-item
has bothopen
andclosed
. It looks like it should beexpanded
andclosed
.Proposed Advantages
Alignment with the design decision and consistency across components.
Which Component
block
block-section
list-item
list
and other relevant components
Relevant Info
Design decision: #6473
image
Calcite package
The text was updated successfully, but these errors were encountered: