Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UIU-3312 provide itemToString to correctly serialize options
`MultiSelection` creates unique `key` attributes for its options with a default function of ``` (option) => option ? option.label : '' ``` but the `label` attribute here is a `<FormattedMessage>, leading that function to serialize all options as `[object Object]`. Since we know the `value` attribute here is a unique string, we use that instead. Refs UIU-3312
- Loading branch information