From 4031d976b8062b2692ff0307163261fa701c1d9a Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Mon, 8 Jul 2019 19:00:34 +0200 Subject: [PATCH] Show default values in inputs --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 2863776..1db5d89 100644 --- a/index.html +++ b/index.html @@ -136,6 +136,7 @@ for (const input of inputs) input.addToParent(inputParent); + updateAllInputs(bigInt(42)); inputs[0].textarea.focus(); });