Skip to content

Swapping existing Umbraco Dropdown List with Data List? #173

Closed Answered by leekelleher
mistyn8 asked this question in Question
Discussion options

You must be logged in to vote

Hi @mistyn8 👋

From what I recall the Umbraco dropdown uses the Prevalue option's ID as the value - but I'm unsure how you'd go able finding out what that value is - it's usually an int (well maybe as a string). I think they might be stored in the umbracoDataType database table.

This has got me thinking whether we could have an "Umbraco DataType Prevalues" data-source for Data List? e.g. keep the old (Umbraco core) dropdown DataType, and use that as the source to populate the new Data List? Reasons for doing that could be to swap out the list-editor, or as a stepping stone for further manipulation (as in, in code, etc). (Just an idea 💡)

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@leekelleher
Comment options

@mistyn8
Comment options

@leekelleher
Comment options

@mistyn8
Comment options

@leekelleher
Comment options

Answer selected by leekelleher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants