Description
Field.BankAccountNumber
is a wrapper component for the input of strings, with user experience tailored for bank account values.
This field is meant for norwegian bank account numbers, and therefor takes a 11-digit string as a value. A norwegian bank account number can have a leading zero, which is why this value is a string and not a number. More info can be found at wikipedia
import { Field } from '@dnb/eufemia/extensions/forms'render(<Field.BankAccountNumber />)
There is a corresponding Value.BankAccountNumber component.