-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add content-start slot to Combobox Item #9322
Comments
This could be supported through ‘content-start / end’ slots. |
Could you please provide a link to the documentation? 😊 Our use case: We need to use different icons including Calcite icons and custom icons. |
Sorry for any confusion @Anastasiia-Boleiko - I meant adding these slots could be a potential way to support the request, it is not currently built in. :( |
Hi there, |
For ArcGIS Urban the priority of this issue is different, since this is a super important feature for the upcoming release. Priority impact |
Now that #3695 is complete, we should add a |
Is there any timeline for this fix? |
@Anastasiia-Boleiko @yohannlouis Thanks for keeping this on our radar, Calcite is targeting December 2024 for implementation of the enhancement request to add the |
Considering we're at the start of December, wanted to check if this is being worked on soon and if you can provide an estimated implementation date? We will plan our calcite UI work accordingly. Thanks! |
Any update on this issue? |
@yohannlouis Thanks for the ping - the effort has been assigned and is targeted for the release later this month. |
Thanks for the update. We have a UI re-design effort that is targeted end of this month too which is dependent on this calcite component enhancement. Would be perfect if we can have this fix ready by then. Sooner the better! |
**Related Issue:** #9322 ## Summary Adds support for `content-start` slot. @SkyeSeitz @ashetland can you confirm the "kitchen sink" case spacing with icon prop, slotted content, etc.
Installed and assigned for verification. |
Verified on the ...
<calcite-combobox-item selected icon="file-pdf" value="PDF" text-label="PDF">
<calcite-icon icon="arrow-left" slot="content-start" scale="s"></calcite-icon>
<calcite-icon icon="arrow-right" slot="content-end" scale="s"></calcite-icon>
</calcite-combobox-item>... |
Which version of calcite will contain this capabiltiy? |
@yohannlouis The upcoming |
Check existing issues
Description
Allow custom icons to be used in the Calcite combo box. Currently this supports calcite icons only.
Acceptance Criteria
Allow custom icons to be used in the Calcite combo box.
Relevant Info
No response
Which Component
Combobox https://developers.arcgis.com/calcite-design-system/components/combobox/
Example Use Case
No response
Priority impact
p2 - want for current milestone
Calcite package
Esri team
ArcGIS Enterprise
The text was updated successfully, but these errors were encountered: