Revert Multiselect component changes

This commit is contained in:
Mel O'Hagan 2022-08-06 20:32:52 +01:00
parent 4f5ffc2845
commit 5b46494cf6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{error}
{disabled}
{readonly}
value={Array.isArray(value) ? value : [value]}
{value}
{options}
{placeholder}
{sort}