Skip to main content
November 5, 2021
Question

Auto suggestion when entering a field?

  • November 5, 2021
  • 2 replies
  • 0 views

Hi Everyone,

Can anyone please tell me how can I implement such that when a user enters a text in the field it should give suggestions to be selected for the user. For example: If a user enters App, it should give suggestion like Appian, Apple etc.

Thank you

    2 replies

    November 5, 2021

    Hi,

    You can try the custom picker component to implement the functionality.

    docs.appian.com/.../recipe-configure-an-array-picker.html

    richardm900458
    November 5, 2021

    you can use

    a! dropdowns 

    docs.appian.com/.../Dropdown_Component.html

    or

    pickerfields (check above)