I have a combobox that I want the user to be able to type into and then press enter to call a method. My only problem is that when the user presses enter, a *ding* noise plays. I have tried setting 'e.handled = true' but that is not working for some reason. Does anyone have any ideas on getting rid of the *ding*?

Thanks!