O$: JS client: Combo box keypress events

Graeme Whiting graeme.whiting at catalina-software.co.uk
Thu May 27 13:38:16 UTC 2021


Hi all,

Doing some JavaScript client development and I want to have an entry field that when you type characters, populates a list with possible matches. This would appear to be an ideal candidate for a combo box, however that control doesn't have keypress events so you are constrained to waiting for the user to leave the field?

I've got a solution of sorts using a combination of an entry field and separate list field, but surely this should be easier to do?

Graeme.



More information about the omnisdev-en mailing list