- commit
- e9bad4fdbbbe695fbc841bab3bf2c1c0777b40e3
- parent
- aaaf94c2fe99896651a6409f51694c53ab208ee3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-08-07 15:55
treat backspace as input
Diffstat
| M | select.js | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/select.js b/select.js
@@ -257,6 +257,7 @@ export class Select {
257 257 op.selected = false;
258 258 this.updateValue();
259 259 this.input.value = op.label;
-1 260 this.oninput();
260 261 }
261 262 }
262 263 }