autocomplete-block
Reactive icon

AutoComplete Text Block

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 15 February 2024
 by 
0.0
 (0 ratings)
autocomplete-block

AutoComplete Text Block

Documentation
1.0.0

A block contains a input field which provides autocomplete option to the user. The autocomplete options to display can be customized according to need, by default it displays a list of countries.

Description of input parameters :-

  1. SearchList :- Optional comma separated list for providing auto complete options. Default is a in-built list of countries. Eg."Human resource,Technical,Administration,Logistics
  2. Placeholder :- Optional prompt to be displayed in the input field. Default is "Country".
  3. myInputSequesce :- The mandatory sequence number of the Autocomplete block on the screen. The sequence number starts with 0 and increments on every usage of the block on the screen. For eg. if you have used the block three times on a screen,then sequence number for the first is 0, for second it will be 1 and for third it will be 2.

Description of client actions :-

  1. myInputOnChange :- Client action which executes on change of the myInput input field.
  2. triggerEvent :- Client action which executes on change of the myInput input field.

How to use :-

Just add the dependency in your project and then implement the event handler for the block.

Note:- See the example demo application to see the usage at :

https://personal-voh3ece7.outsystemscloud.com/AutoCompleteDemo/AutoCompleteDemo?_ts=638435863135011208