diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee6b50b2..e8259f050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Update fee/fine actions column UX for accessibility. Refs UIU-3027. * Rename permission after BE changes. Refs UIU-3309. * Change import of `exportToCsv` from `stripes-util` to `stripes-components`. Refs UIU-3202. +* Provide `itemToString` to create unique `key` attributes. Refs UIU-3312. ## [11.0.10](https://github.com/folio-org/ui-users/tree/v11.0.10) (2025-01-10) [Full Changelog](https://github.com/folio-org/ui-users/compare/v11.0.9...v11.0.10) diff --git a/src/components/EditSections/EditContactInfo/EditContactInfo.js b/src/components/EditSections/EditContactInfo/EditContactInfo.js index fd0e514b0..cd511b72f 100644 --- a/src/components/EditSections/EditContactInfo/EditContactInfo.js +++ b/src/components/EditSections/EditContactInfo/EditContactInfo.js @@ -136,6 +136,7 @@ const EditContactInfo = ({ fullWidth disabled={disabled} filter={prefEmailCommFilterOptions} + itemToString={(option) => option.value} />