diff options
author | sanine-a <sanine.not@pm.me> | 2021-04-13 12:33:23 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-04-13 12:33:23 -0500 |
commit | ad2e991545f37f3659f40d30c709133b4055bb9e (patch) | |
tree | 0db9e976d4141c506263d7949a159062018c61a6 /InputBox.js | |
parent | c9c1b78ed805371615d3ca8b54c86da9a35db8ce (diff) |
create hint button
Diffstat (limited to 'InputBox.js')
-rw-r--r-- | InputBox.js | 1 |
1 files changed, 1 insertions, 0 deletions
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, |