fix: default value settings (init) on inputValue

This commit is contained in:
István Pató 2021-12-01 17:15:39 +01:00
commit 570364bda4
No known key found for this signature in database
GPG key ID: 3A842123BFF8E969

View file

@ -108,7 +108,7 @@
const dispatch = createEventDispatcher();
let selectedId = undefined;
let inputValue = "";
let inputValue = value;
let highlightedIndex = -1;
function change(dir) {