I’m exploring the s-choice-list web component and noticed that, unlike the Polaris React <ChoiceList /> component, there’s no option to load or render child content conditionally for a specific choice item.
In Polaris React, we can pass child elements to individual choices, such as additional input fields or descriptions, which appear when that choice is selected.
Is this feature currently supported in s-choice-list? If not, is there any recommended workaround to achieve similar behavior using web components?
Appreciate any guidance or suggestions!
Thanks!
