Change combobox options dynamically by calling flow service

Hi,

I want to use a combobox and change its options dynamically as user types in by invoking flow service.

For example: If user types in ‘abcd’ then dynamically invoke the service and get values from database that starts with "abcd’.

Does anyone know how to do it in CAF?

Thanks.

It sounds straightforward

  1. text input field - its value is set to the flow service input and fired upon onkeydown(.refresh)
  2. combo box that gets updated

Maybe something I am missing but that should do it?