diff options
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, |