mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
Demo update
This commit is contained in:
parent
a8e826679f
commit
5c42ae3fbb
@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user