Hi,
Most of the time I find solution in the forum. I try to avoid posting the same question but it’s been 2 hours and Im so confused . I’m trying to show this “rekomendasi” bubble (#group1) toexpand and bounce when visitor is typing. I have animated the bubble.
Thanks in advance
export function input1_keyPress(event) {
if ($w(‘#input1’).onKeyPress()()) {
$w(‘#group1’).expand()
} else {
$w(‘#group1’).collapse()
}
}