Really digging #Contentment so far @leekelleher!! -

I'm sure it's been asked before, but is there a way to do dependent dropdowns where the value selected in dropdown 1, changes the available values in dropdown 2? Went through the docs and didn't see anything.
#Umbraco

@Brobot Kinda, maybe, yes-ish! 😅

I wrote a longer answer a while back here: https://github.com/leekelleher/umbraco-contentment/discussions/202

Cascading editors (options based on previous property?) · Discussion #202 · leekelleher/umbraco-contentment

For one client, we are having the requirement to have a property editor with data based on another property. As example, two properties: Product Picker Variant Picker Each product has multiple vari...

GitHub
@leekelleher - Cascading DropdownList sounds perfect! I'll see what I can do with it 👍 - Thank you!