DropdownList Multiple is not holding the selected values
I am working with Nested Content, as per my requirement I need to have a dropdown list multiple , based on these values I have to populate the data. But for some reason, my dropdown list multiple in Nested Content list is not holding the selected values.
In backend , when I select values in dropdown list and save , later when I navigate to the list it does not show any selected values.
Thus, while rendering the dropdownlist seleted values, its getting null exception. Could you please suggest me with regards to this issue.
These are all known issues. I think Lee mentioned that certain aspects will be rolled into a future Umbraco Core so the current package isn't being worked on much, but I don't know for 100% sure what their plan is. From https://github.com/umco/umbraco-nested-content
Known Issues
Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues:
Checkbox List (default Umbraco core)
Image Cropper (default Umbraco core)
Macro Container (default Umbraco core)
Radiobutton List (default Umbraco core)
Repeatable Textstring (default Umbraco core) - this works in the back-office, but due to a bug in the value-converter it will produce
additional blank entries
Not sure if I have the same issue. I tried to use a member picker data-type. After saving the content the value will be null and in Umbraco the value is also gone.
In the log:
Umbraco.Core.PropertyEditors.PropertyValueEditor - The value cannot
be converted to the type Integer
DropdownList Multiple is not holding the selected values
I am working with Nested Content, as per my requirement I need to have a dropdown list multiple , based on these values I have to populate the data. But for some reason, my dropdown list multiple in Nested Content list is not holding the selected values.
In backend , when I select values in dropdown list and save , later when I navigate to the list it does not show any selected values.
Thus, while rendering the dropdownlist seleted values, its getting null exception. Could you please suggest me with regards to this issue.
Same thing happens with a radio button list when saved and go back the value is lost
I have the same issue with radio button list as William. Umbraco v 7.2.8. and NC v 0.2.0.
Only got to using this package in the last week or so, and so far I think it is amazing!
The unfortunate 'but' is that I'm experiencing the same issue with the dropdown list (not multiple).
(v7.2.8)
It still seems like this is an issue. I ran into the same thing with a dropdown multiple. Has anyone identified what is going on?
These are all known issues. I think Lee mentioned that certain aspects will be rolled into a future Umbraco Core so the current package isn't being worked on much, but I don't know for 100% sure what their plan is. From https://github.com/umco/umbraco-nested-content
Known Issues
Please be aware that not all property-editors will work within Nested Content. The following property-editors are known to have compatibility issues:
Not sure if I have the same issue. I tried to use a member picker data-type. After saving the content the value will be null and in Umbraco the value is also gone.
In the log:
is working on a reply...