Skip to content

Commit

Permalink
(bugfix):fix none-English input issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Jul 31, 2020
1 parent 345b1dc commit 72c3717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/textfield/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
$: if (type === 'file') {
delete valueProp.value;
} else {
valueProp.value = value === undefined ? '' : value;
}
onMount(() => {
Expand Down

0 comments on commit 72c3717

Please sign in to comment.