Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit b3d7d64

Browse files
authored
fix: force update the items when they are changed (#206)
1 parent c737674 commit b3d7d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-materialify/src/components/Select/Select.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{solo}
5050
{dense}
5151
{disabled}
52-
value={format(value)}
52+
value={items && format(value)}
5353
{placeholder}
5454
{hint}
5555
readonly>

0 commit comments

Comments
 (0)