I want my EditBoxes to only commit a value when the user presses the enter key. Think about doing irreversible stuff with some hardware as a response to that value changed, I don't want response triggered cause the user clicked with the mouse somewhere else in the window while typing values.
Unfortunately as far as the options in PartEditBoxCommitTriggers go, EditBoxes always commits when the box loses focus.
Is there an easy way to prevent this behaviour on losing focus ? Do i need to change the entire control framework supplier ?