Skip to content

Commit

Permalink
refs #40707, correct typo of mdFormElement when using select
Browse files Browse the repository at this point in the history
  • Loading branch information
jimyhuang committed Jul 4, 2024
1 parent bbdf7a9 commit 93eea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 93eea7b

Please sign in to comment.