Hello,

export function services_keyPress(event,$w) {
console.log($w(‘#services’).value);
filter($w(‘#services’));
–>(i just did this code.but every time it shows value is undefiend.)

$w(‘#services’).setFilter(wixData.filter().contains(‘pServices’, services));
–>(in this code it shows set filter is undefiend)

Hi,

See the forum post Give the TextInput onKeyPress Function some time for information.

Good luck,

Yisrael