diff --git a/js/Common.js b/js/Common.js index 3142513bd..5fbcae6ae 100644 --- a/js/Common.js +++ b/js/Common.js @@ -865,7 +865,7 @@ function mdFormElement(type, label, attr){ var id; for(i in attr) { if(type == 'select' && i == 'values') { - opt = values; + opt = attr[i]; continue; } if(i == 'class') {