Skip to content

Import

import { Value } from '@dnb/eufemia/extensions/forms'
render(<Value.Selection />)

Description

Value.Selection is a component for displaying a string value based on a user selection.

Before using this component, ensure there is not a more specific value component available that better suits your needs.

There is a corresponding Field.Selection component.

import { Value } from '@dnb/eufemia/extensions/forms'
render(<Value.Selection />)

Relevant links