Skip to content

All fields

ArraySelection

Field.ArraySelection is a component for selecting between a fixed set of options using checkboxes or similar, that will produce a value in the form of an array containing the values of selected options.

Boolean

Field.Boolean is the base component for receiving user input where the target data is of type boolean.

Composition

Field.Composition is a component for when you create a field block that contains of several existing fields.

Indeterminate

Field.Indeterminate component is used to display and handle the indeterminate state of a checkbox.

Number

Field.Number is the base component for receiving user input where the target data is of type number.

Option

Field.Option is a pseudo-component for defining an option to be used in a dropdown or similar user experiences.

Selection

Field.Selection is a wrapper component for selecting between options using a dropdown or similar user experiences.

String

Field.String is the base component for receiving user input where the target data is of type string.

Toggle

Field.Toggle is a base component for allowing the user to toggle between two different values in the target data point.

Address

Field.Address is a wrapper component for the input of strings, with user experience tailored for postal and street addresses.

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.

DateOfBirth

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

Email

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

Expiry

Field.Expiry is a wrapper component for the input of strings, with user experience tailored for expiry dates for payment cards.

Field.Provider

Field.Provider is a provider for forwarding fields properties, such as required or disabled to all nested field components.

Name

Field.Name is a wrapper component for the input of strings, with user experience tailored for first name, last name and company names.

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.

Password

Field.Password is a wrapper component for the input of strings, with user experience tailored for passwords.

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 selection component, with options built in for selecting a country.

SelectCurrency

Field.SelectCurrency is a wrapper component for the selection component, with options built in for selecting a currency.

Slider

Field.Slider is a wrapper component for the Slider to make it easier to use inside a form.

Upload

Field.Upload is a wrapper for the Upload component to make it easier to use inside a form.