Skip to content

Commit

Permalink
capricorn86#729@patch: Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Feb 21, 2023
1 parent 7352ab2 commit 99a785d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export default class HTMLInputElement extends HTMLElement implements IHTMLInputE
* @param value Value.
*/
public set value(value: string) {
// the value maybe not string, so we need to convert it to string
// The value maybe not string, so we need to convert it to string
value = String(value);
switch (this.type) {
case 'hidden':
Expand Down

0 comments on commit 99a785d

Please sign in to comment.