mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
fix: default value settings (init) on inputValue
This commit is contained in:
parent
89ddf6549b
commit
570364bda4
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
const dispatch = createEventDispatcher();
|
const dispatch = createEventDispatcher();
|
||||||
|
|
||||||
let selectedId = undefined;
|
let selectedId = undefined;
|
||||||
let inputValue = "";
|
let inputValue = value;
|
||||||
let highlightedIndex = -1;
|
let highlightedIndex = -1;
|
||||||
|
|
||||||
function change(dir) {
|
function change(dir) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue