All fields#
Field.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.
Field.Boolean#
Field.Boolean is the base component for receiving user input where the target data is of type boolean.
Field.Composition#
Field.Composition is a component for when you create a field block that contains of several existing fields.
Field.Indeterminate#
Field.Indeterminate component is used to display and handle the indeterminate state of a checkbox.
Field.MultiSelection#
Field.MultiSelection 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. This field accepts structured data with objects containing value and title properties.
Field.Number#
Field.Number is the base component for receiving user input where the target data is of type number.
Field.Option#
Field.Option is a pseudo-component for defining an option to be used in a dropdown or similar user experiences.
Field.Selection#
Field.Selection is a wrapper component for selecting between options using a dropdown or similar user experiences.
Field.Slider#
Field.Slider is a wrapper component for the Slider to make it easier to use inside a form.
Field.String#
Field.String is the base component for receiving user input where the target data is of type string.
Field.Toggle#
Field.Toggle is a base component for allowing the user to toggle between two different values in the target data point.
Field.Upload#
Field.Upload is a wrapper for the Upload component to make it easier to use inside a form.
Field.Address#
Field.Address is a wrapper component for the input of strings, with user experience tailored for postal and street addresses.
Field.BankAccountNumber#
Field.BankAccountNumber is a wrapper component for the input of strings, with user experience tailored for bank account number values.
Field.Currency#
Field.Currency is a wrapper component for the input of numbers, with user experience tailored for currency values.
Field.Date#
Field.Date is a wrapper component for the input of strings, with user experience tailored for date values.
Field.DateOfBirth#
Field.DateOfBirth is a wrapper component for the input of strings, with user experience tailored for date of birth values.
Field.Email#
Field.Email is a wrapper component for the input of strings, with user experience tailored for email values.
Field.Expiry#
Field.Expiry is a wrapper component for the input of strings, with user experience tailored for expiry dates for payment cards.
Field.Name#
Field.Name is a wrapper component for the input of strings, with user experience tailored for first name, last name and company names.
Field.NationalIdentityNumber#
Field.NationalIdentityNumber is a wrapper component for the input of strings, with user experience tailored for national identity number values.
Field.OrganizationNumber#
Field.OrganizationNumber is a wrapper component for the input of strings, with user experience tailored for organization number values.
Field.Password#
Field.Password is a wrapper component for the input of strings, with user experience tailored for passwords.
Field.PhoneNumber#
Field.PhoneNumber is a wrapper component for the input of strings, with user experience tailored for phone number values.
Field.PostalCodeAndCity#
Field.PostalCodeAndCity is a wrapper component for input of two separate values with user experience tailored for postal code and city values.
Field.Provider#
Field.Provider is a provider for forwarding fields properties, such as required or disabled to all nested field components.
Field.SelectCountry#
Field.SelectCountry is a wrapper component for the selection component, with options built in for selecting a country.
Field.SelectCurrency#
Field.SelectCurrency is a wrapper component for the selection component, with options built in for selecting a currency.
Field.Time#
Field.Time is a wrapper component for the input of strings, with user experience tailored for time values (hours and minutes, optionally seconds).