The accessibility node behaves like a text field.
Platform-specific behavior
On Android, subscribe to the AccessibilityNode.invoked event to put the text field into edit
mode when the user activates it, so that it can receive hardware keyboard input.
On Windows and macOS, subscribe to the AccessibilityNode.focusChanged event to select the text
field represented by the node when the user navigates to it, so that it can receive keyboard input.