I followed examples found elsewhere in the forums and am unable to set a default value in the dropdowns for lists that contain display and value fields.
I believe that the following should work - the value of the drop down is set, but no default selection is applied.
[{"id":"ef15c9a9.949c38","type":"inject","z":"fe186dcf.5aeb9","name":"","props":[{"p":"payload"},{"p":"options","v":"[\t{\"Option 1\":\"One\"},\t{\"Option 2\":\"Two\"},\t{\"Option 3\":\"Three\"},\t{\"Option 4\":\"Four\"},\t{\"Option 5\":\"Five\"}\t]","vt":"jsonata"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"2","payloadType":"num","x":1060,"y":260,"wires":[["f63cb407.a84d48"]]},{"id":"f63cb407.a84d48","type":"ui_dropdown","z":"fe186dcf.5aeb9","name":"","label":"Drop Down","tooltip":"","place":" ","group":"d64da6be.97dca8","order":1,"width":5,"height":1,"passthru":true,"multiple":false,"options":[{"label":"","value":"","type":"str"}],"payload":"","topic":"","x":1210,"y":260,"wires":[["60cff7ed.75ccd8"]]},{"id":"60cff7ed.75ccd8","type":"debug","z":"fe186dcf.5aeb9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1370,"y":260,"wires":[]},{"id":"d64da6be.97dca8","type":"ui_group","name":"Shopping","tab":"76d02495.1ef9cc","order":1,"disp":true,"width":6,"collapse":false},{"id":"76d02495.1ef9cc","type":"ui_tab","name":"Alexa Lists","icon":"list","order":5,"disabled":false,"hidden":false}]