Message 1 of 3
Event when CommandInput is focused?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there any way to get an event when a (StringValue)CommandInput gets focus?
My code highlights the object the user is currently editing info about, but the way I do it right now is using "Command.inputChanged", which makes the selection not update until the user edits the text.