Feedback
Add CharacterCase property to TextField
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/146-additional-properties-for-textfield
- Last updated
- 2026-05-29
Public summary
Add convenience property to TextField for common input constraints:
CharacterCase:Normalby default, withUpperCaseandLowerCaseoptions that automatically transform typed input.
This would reduce the need for developers to implement repeated KeyDown/KeyUp handling for common form fields.