Temenos Digital
R24 AMR | Min(s) read

International Address

This component can be used wherever a complete address is required as an input from users.

The component contains the following text fields:

  • Address Line 1: This can mainly be the combination of the house number and the Street.
  • Address Line 2: This is an optional field where you can add more information about the address.
  • Country: Country field is a dropdown where a user can select the country from the dropdown while entering the data.
  • State: It is also a dropdown field and can select the state from the options.
  • City: This is the city field where the user enters the city value.
  • Zip Code: In this field, the user is expected to enter the zip code.

Some basic data validation rules are configured for this component. For example, all the fields in the component expect Address Line 2 are mandatory fields.

Usage

Here are the steps to set the component in Quantum Visualizer:

  1. Open the Temenos DigitalOrigination project in Quantum Visualizer.
  2. Drag and drop a Flex Container widget onto the required form.
  3. Select the Flex Container and set the following properties:
    • width, left and top as per design requirements.
    • height: "preferred"
  4. Insert the component in the flex and write the following code in the respective form Controller's onBreakPointChange function.
    this.view.internationalAddress.onBreakpointChange(width);
    //width is the current breakpoint value

APIs

Callbacks

Copyright © 2020- Temenos Headquarters SA

Published on :
Thursday, May 30, 2024 12:30:11 PM IST