typeahead and wildcards

I’ve got a tablebased valuelist and this is linked on a typeahead field.
When I use a wildcard (%) it does not show any values until I press backspace one.
Example: the value list contains the following list:
‘Value abc’
‘Value def’
‘abc Value’
‘def Value’
When I use the following wildcard: ‘%abc’ I would expect to see 2 values in the list, but I dont see anything until I press backspace once, then I get the expected list.

This does not seem to be correct behaviour?

Don’t know if this will help, but check this out:

https://www.servoyforge.net/projects/mod-listpicker

JC

Hi JC,
I know about that.
I was just wondering if what I’m experiencing is the expected behaviour or if this is not.