Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I've created a nuPickers Enum dropdown list with 3 options. In Umbraco the dropdown shows these items, but default the blank extra option is chosen.
The dropdown is not required.
Our customer wants the default blank option has a label, but not a value.
The only thing I want is the first option in the attachment get's a label and has no value.
Is that possible?
Is this already working in 1.5.2 or could someone comment on this issue how we can fix this?
I need it too ;-)
I haven't used nuPickers, but this page indicates that the enum dropdown picker doesn't support custom labels: https://github.com/uComponents/nuPickers/wiki
Custom labels are the things that allow you to render whatever you want when selecting items: https://github.com/uComponents/nuPickers/wiki/Custom-Labels
Can you use the enum radio button picker instead? It does support custom labels. The idea being that you could create a custom label for the "null" option. I have no idea if that will work, but might be worth a try.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
nuPickers Enum Dropdown Picker set default value
I've created a nuPickers Enum dropdown list with 3 options. In Umbraco the dropdown shows these items, but default the blank extra option is chosen.
The dropdown is not required.
Our customer wants the default blank option has a label, but not a value.
The only thing I want is the first option in the attachment get's a label and has no value.
Is that possible?
Is this already working in 1.5.2 or could someone comment on this issue how we can fix this?
I need it too ;-)
I haven't used nuPickers, but this page indicates that the enum dropdown picker doesn't support custom labels: https://github.com/uComponents/nuPickers/wiki
Custom labels are the things that allow you to render whatever you want when selecting items: https://github.com/uComponents/nuPickers/wiki/Custom-Labels
Can you use the enum radio button picker instead? It does support custom labels. The idea being that you could create a custom label for the "null" option. I have no idea if that will work, but might be worth a try.
is working on a reply...