KOBENDigital / ConditionalDisplayers

Collection of modified Umbraco property editors to make them able to control the display of other properties in the same document type.
9 stars 14 forks source link

Allow DropDown option to have a default value. #22

Open robertjf opened 2 years ago

robertjf commented 2 years ago

When creating a drop down with two options, one that shows other properties and the other hides them - I'd like to be able to set a default value so that those properties are hidden by default.

e.g.: image By default, the "Blobs" Option might be chosen, thus hiding the two properties backgroundColor and highlightColor.

Currently the result is this: image When this would be better: image