DEV Community

Cover image for Umbraco 10 - DropDownList with text and values
Gareth Wright
Gareth Wright

Posted on • Updated on

Umbraco 10 - DropDownList with text and values

Antoher plugin for Umbraco that provides an Umbraco Drop Down List with Text and Values.

There is an included PropertyValueConverter to provide you with the value of the selected item in the CMS.

Nuget

Install-Package punkDropDownList

https://www.nuget.org/packages/punkDropDownList/

Compatibility

  • Umbraco 9+

Credits

I used uDynamic's dropdownlist property editor to form the basis of this propertyeditor.

https://github.com/Alain-es/uDynamic/tree/master/uDynamic/App_Plugins/PropertyEditors/DropdownList

Screenshots

Property

Property

DataType

DataType

github

https://github.com/garpunkal/punkDropDownList

Top comments (0)