Show default values in inputs

This commit is contained in:
Florine W. Dekker 2019-07-08 19:00:34 +02:00
parent c18cce36af
commit 4031d976b8
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@
for (const input of inputs)
input.addToParent(inputParent);
updateAllInputs(bigInt(42));
inputs[0].textarea.focus();
});
</script>