summaryrefslogtreecommitdiff
path: root/InputBox.js
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-04-13 12:33:23 -0500
committersanine-a <sanine.not@pm.me>2021-04-13 12:33:23 -0500
commitad2e991545f37f3659f40d30c709133b4055bb9e (patch)
tree0db9e976d4141c506263d7949a159062018c61a6 /InputBox.js
parentc9c1b78ed805371615d3ca8b54c86da9a35db8ce (diff)
create hint button
Diffstat (limited to 'InputBox.js')
-rw-r--r--InputBox.js1
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,