Feedback
Add TextCommitted event for TextField
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- -
- Last updated
- 2026-05-29
Public summary
Add a TextCommitted event to TextField so app authors can run validation or commit logic when the user finishes editing a field. The event should fire when the user presses Enter/Return or leaves the field after editing, without requiring every app to combine KeyDown and FocusLost handlers manually.