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?