Auto Complete option in datalist

Confluence User - 19 Apr, 2022

Hi there,

I need to create a filter box in data list while entering the search value is there is any way to implement the auto-complete option while searching through a column in a data list?

datalists;forms

3


21 Apr, 2022
confluenceUser
confluenceUser

Hi, you could try to use some JavaScript to perform the auto-complete, like the example at Autocomplete Text Field.

21 Apr, 2022
confluenceUser
1
confluenceUser

Hi,

you can set the type to options

and set option type to autocomplete and binding option to JDBC option

Then write your own query (usually value and label are the same ex: select c_name,c_name from app_fd_employee)

25 Apr, 2022
confluenceUser
confluenceUser

Thanks Issa. It works good.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print