In Umbraco v7 I used nuPickers DotNet Dropdown Picker - is there anything like that for Umbraco V9?
For example, I want to populate a Country dropdown list, on a Member record. I also want to populate a list of payment providers from info held in a config file.
Is there anything like that for V9?
Failing that, is there a suitable tutorial for building my own DataType / Property Editor?
does the Contentment replacement for NuPickers have a prefetched list option, which means that I select certain elements (from left to right) and then I can change their order? Or which of the built-in 'pickers' has this option (changing the order of the selected items)?
Is there a nuPickers equivalent for V9
In Umbraco v7 I used nuPickers DotNet Dropdown Picker - is there anything like that for Umbraco V9?
For example, I want to populate a Country dropdown list, on a Member record. I also want to populate a list of payment providers from info held in a config file.
Is there anything like that for V9?
Failing that, is there a suitable tutorial for building my own DataType / Property Editor?
Hi Gordon,
the Contentment package has most of the features (and more) that the nupickers package had
https://our.umbraco.com/packages/backoffice-extensions/contentment/
It has a built in country picker too, or you can use a source (such as text or SQL) if you want to only have specific countries
Thanks Kevin, that looks like just what I need!
Hi Kevin,
does the Contentment replacement for NuPickers have a prefetched list option, which means that I select certain elements (from left to right) and then I can change their order? Or which of the built-in 'pickers' has this option (changing the order of the selected items)?
Regards
Hi Asembli,
I am not actually sure, I haven't used all of the contentment lists - so not sure what you can can't do.
Probably worth looking at the repo for more info https://github.com/leekelleher/umbraco-contentment
or install contentment on a test site and have a play ?
Hi, found [Contentment] Datalist suitable for this task - thank for magnificent plugin!
Regards
I was going to recommend Contentment too. I wrote a skrift article with an example of how to create an author picker. I hope it helps.
https://skrift.io/issues/creating-an-author-picker-using-contentment/
Thanks, Contentment does look like a pretty awesome product.
And thanks for the link to your article :-)
is working on a reply...