Creating Dropdown UI Component in Contineo.


To add a Gender field in the Registration form which should be a dropdown:

Steps:

  1. Open a UI Widget. Add a field to a section.

  2. Right-click the field and open the property panel.

    Property Panel

  3. Select the Control type as Dropdown in UI Properties > Control Type.

    Control Type Dropdown

  4. Navigate to Selection Option in the Properties Panel of the same field.

  5. Select Option type as "static" under Selection Options > Option Type.

    Static Option Type

  6. Click Selection Options under Selection Options > Selection Options to open the editor for options.

    Selection Options Editor

  7. Write down the options under the JSON Array in the editor.

    Write JSON Options

  8. Click SAVE.

    Save Options