Skip to content

Feature fields

Feature fields are fields with data-specific functionality built on top of base components.

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

BankAccountNumber

Field.BankAccountNumber is a wrapper component for the input of strings, with user experience tailored for bank account number values.

CountryCode

Field.CountryCode is a wrapper component for the autocomplete component, with options built in for selecting a country code.

Currency

Field.Currency is a wrapper component for the input of numbers, with user experience tailored for currency values.

Date

Field.Date is a wrapper component for the input of strings, with user experience tailored for date values.

Email

Field.Email is a wrapper component for the input of strings, with user experience tailored for email values.

NationalIdentityNumber

Field.NationalIdentityNumber is a wrapper component for the input of strings, with user experience tailored for national identity number values.

OrganizationNumber

Field.OrganizationNumber is a wrapper component for the input of strings, with user experience tailored for organization number values.

PhoneNumber

Field.PhoneNumber is a wrapper component for the input of strings, with user experience tailored for phone number values.

PostalCodeAndCity

Field.PostalCodeAndCity is a wrapper component for input of two separate values with user experience tailored for postal code and city values.

SelectCountry

Field.SelectCountry is a wrapper component for the select component, with options built in for selecting a country.