- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
you can check if the Ctrl-Button is pressed while the new value is entered in a field.
So you can at least avoid pasing through Ctrl + V key combination.
if (xfa.event.change.length > 1 || xfa.event.modifier === true ) {
xfa.event.change = "";
}
Views
Replies
0 Likes
Total Likes