From ad2e991545f37f3659f40d30c709133b4055bb9e Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 13 Apr 2021 12:33:23 -0500 Subject: create hint button --- InputBox.js | 1 + 1 file changed, 1 insertion(+) (limited to 'InputBox.js') diff --git a/InputBox.js b/InputBox.js index 61158e0..4f2ff97 100644 --- a/InputBox.js +++ b/InputBox.js @@ -10,6 +10,7 @@ function InputBox(props) return h( `input${className}`, { + id: 'pinyin-input', type: 'text', value: props.value, onKeyDown: handleKeyDown, -- cgit v1.2.1