Feature components
Feature components are fields with data-specific functionality built on top of base components.
BankAccountNumber
Field.BankAccountNumber is a wrapper component for the input of strings, with user experience tailored for bank account number values.
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.
Field.Email is a wrapper component for the input of strings, with user experience tailored for email values.
FirstName
Field.FirstName is a wrapper component for the input of strings, with user experience tailored for first name values.
LastName
Field.LastName is a wrapper component for the input of strings, with user experience tailored for last name 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.
SelectCountry
Field.SelectCountry is a wrapper component for the select component, with options built in for selecting a country.