Skip to content

Commit 72c3717

Browse files
committed
(bugfix):fix none-English input issue
1 parent 345b1dc commit 72c3717

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/textfield/Input.svelte

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
3636
$: if (type === 'file') {
3737
delete valueProp.value;
38-
} else {
39-
valueProp.value = value === undefined ? '' : value;
4038
}
4139
4240
onMount(() => {

0 commit comments

Comments
 (0)