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
@if (Model.ContainsValue(pv.Value)){selected="selected"}
should be
@if (Model.ContainsValue(pv.Id)){selected="selected"}
When navigating back to a page the value is not selected when using Value.
Comment author was deleted
Added to our issue tracker, will get updated on next maintenance release, thanks for reporting :)
Here is the link to the issue btw http://issues.umbraco.org/issue/CON-211
Thanks, keep up the good work!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
DropDownList.cshtml
@if (Model.ContainsValue(pv.Value)){selected="selected"}should be
@if (Model.ContainsValue(pv.Id)){selected="selected"}When navigating back to a page the value is not selected when using Value.
Comment author was deleted
Added to our issue tracker, will get updated on next maintenance release, thanks for reporting :)
Comment author was deleted
Here is the link to the issue btw http://issues.umbraco.org/issue/CON-211
Thanks, keep up the good work!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.