Skip to content

Commit

Permalink
svelte-select ^4.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Dec 28, 2022
1 parent cce1c67 commit 674da00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Form/SvelteSelect/Select.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<Select {Item}
isMulti={isMulti}
items={selectItems}
selectedValue={selectSelectedItems}
value={selectSelectedItems}
inputAttributes={inputAttributes}
noOptionsMessage="Žádné položky"
placeholder={placeholder}
Expand Down

0 comments on commit 674da00

Please sign in to comment.