Import
import { Value } from '@dnb/eufemia/extensions/forms'render(<Value.ArraySelection />)
Description
Value.ArraySelection is a wrapper component for displaying string values, with user experience tailored for an array of selected values.
Before using this component, ensure there is not a more specific value component available that better suits your needs.
There is a corresponding Field.ArraySelection component.
import { Value } from '@dnb/eufemia/extensions/forms'render(<Value.ArraySelection />)