Feedback
Add text selection events and properties to text input controls
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- https://forum.objo.dev/d/266-textarea-missing-event
- Last updated
- 2026-06-07
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add text selection support to desktop text input controls so ObjoBasic apps can react when the user changes the selected text. TextArea and TextField should expose a SelectionChanged event plus selection properties for the current selection start, selected length, and selected text.