Feedback
TextField KeyDown handler is not called
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/355-regression-textfield-keydown-never-called
- Last updated
- 2026-06-15
Public summary
TextField controls can fail to call user-defined KeyDown(keyName As String) As Boolean handlers in desktop projects. This regresses keyboard handling for text input controls because code added through the Studio event handler workflow does not run when the user types in the field.