mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Demo update
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ class App {
|
|||||||
</div>
|
</div>
|
||||||
`);
|
`);
|
||||||
|
|
||||||
document.querySelector('.input').addEventListener('change', (event) => {
|
document.querySelector('.input').addEventListener('input', (event) => {
|
||||||
this.keyboard.setInput(event.target.value);
|
this.keyboard.setInput(event.target.value);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user