Auto Complete Search and Text Area

Prev Next

Overview

Feature Details
Introduced in Version9.15
Modified in Version---

There are two related Form Controls designed for text entry with suggestion support: the Auto Complete Search Box and the Auto Complete Text Area. Unlike standard dropdown controls, these do not display a dropdown arrow or support multi-select. Instead, the controls present a filtered list of suggestions as the user types, blending free-form typing with guided selection.

  • Auto Complete Search Box
  • Auto Complete Text Area (new in 9.15)

The Auto Complete Search Box is ideal when users must select from a structured dataset such as customer IDs, product names, or record numbers. It offers quick filtering and validation, but requires that the input match an item from the provided list. The search box is always single-line and is most often used when the designer wants a consistent, validated value to pass forward in a Flow.

The Auto Complete Text Area builds on this familiar behavior by allowing multi-line text input in addition to selection. This control is designed for scenarios where a user often starts with a predefined option but needs to append free-form notes, details, or context. The Text Area reduces friction between structured data entry and flexible note-taking, ensuring businesses can capture both standardized values and richer context.

Use Case

Example Use CasesDescription
Standard Phrase with ContextA provider selects “Completed Alcoholic Program along with…” from the dropdown, then adds several lines of notes to capture details for the day’s session.
Structured Input with FlexibilityA user chooses “Follow-Up Appointment Scheduled” from the list, then appends details such as the date, location, and instructions.
Free-Text CaptureInstead of choosing from the list, the user types an entirely new entry with multiple lines (e.g., a detailed project update).

Auto Complete Controls Comparison

FeaturesAuto Complete SearchAuto Complete Text Area
Input TypeSingle LineMulti Line
Wrapped List ItemsNoYes
Drop Down SuggestionsYesYes
Allows External TextNo (input must match a dropdown item)Yes
Use with Active Form FlowsYesYes
Drop Down Expands on FocusNo (only on typing)Yes
Best ForShort, structured inputs, search box behaviorStructured inputs plus detailed notes

Example

  1. In Form Designer, drag the Auto Complete Text Area and the Auto Complete Search controls onto the Form.
  2. Configure the Data Sources:
    1. Provide a Static List to define constant list items.
    2. Provide a List Items Data Name to pass in dynamic values as the list items.


Debug

  1. Place the Form inside a Flow.
  2. Run the Flow and test:
    1. Auto Complete Search Box
      1. Begin typing to filter the list.
      2. Attempting to type external text is allowed, but submission will show a validation error.
      3. A valid selection must be chosen for the Form to proceed.
    2. Auto Complete Text Area
      1. Begin typing to filter the list or select directly.
      2. After selecting, append additional notes or line breaks as needed.
      3. Any combination of predefined text plus user-entered content is passed to the Flow.
    3. Verify that outputs are captured as expected in Flow Data.


Feature Changes

DescriptionVersionRelease DateDeveloper Task
Added new Auto Complete Text Area9.15September 2025[DT-044065]