Hi,
we need to show the confirmation alert while press del or backspace or ctrl+x keys on the textarea on datacapture.cfg. i have sample attached here please advise
Karthik
There's no supported way of doing this, as the onItemChange event only triggers onBlur, not onKeyPress.
You can hack it into the form frame, but that's up to you to figure out and maintain. I'd suggest revisiting your requirement instead.
Thanks for your response. i had done it PFA is the working code. here i have small issue that is its is working on the default open containers. but its not working on the replicants. otherwise it is working fine.