Skip to content

Commit

Permalink
Update InputValueSetter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Feb 26, 2024
1 parent a973f3f commit 763f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LINQ.ts/DOM/InputValueSetter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
} else {
switch (input.tagName.toLowerCase()) {
case "input":
input.asInput.value = value;
setValues(new DOMEnumerator<IHTMLElement>([input]), value, strict);
break;
case "select":
setSelection(<any>input, value);
Expand Down

0 comments on commit 763f049

Please sign in to comment.