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

Commit

Permalink
fix: force update the items when they are changed (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanown committed Apr 6, 2021
1 parent c737674 commit b3d7d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{solo}
{dense}
{disabled}
value={format(value)}
value={items && format(value)}
{placeholder}
{hint}
readonly>
Expand Down

1 comment on commit b3d7d64

@vercel
Copy link

@vercel vercel bot commented on b3d7d64 Apr 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.