To Disable the Enter Key

Is there any way to disable the Enter Key in the On Text Committed Event of Combo box?
Any suggestions on it is appreciated.
Thankyou in advance!

You can change the selection type of the Combo Box using the Enumerator ESelectInfo:
bild

You can then chose how the execution should follow.

Another thing that may work but I haven’t tested:

I think if you override the widgets function “on preview key down”, and from the key event do > get key > == enter and then just leave it empty, that should override the binding.