Found!
After exhaustive hours / days of Googling, I finally found a solution that works.
The handler function must be bound to the Keystroke event.
The handler function should contain:
if(!event.willCommit) {
this.getField('[field]').value = event.change;
}
: "" - , event.change - , .
, :
if(!event.willCommit) {
this.getField('[field]').value = event.changeEx;
}
-, "Keystroke" , . , , .
: AcroForms JS (Javascript Acrobat) . combobox , . , , , AcroForms JS , .