Help....
Doubts about Focus (TextInput)
"User-Story":
1. As a user, When I click the textbox, it should get focus, and open IME
2. As a user, While textbox focused, When I click outside the textbox (against anywhere in screen window), Focus should RELEASED from the textbox. and IME needs to closed.
a. If the outside click-ed element is also clickable in its own behaviour, It should not get execute its own callback until the focus is released,
i. (Once the focus released, User needs to again click the same element to execute its own callback)
For the User-Story-2, Is there any direct approach to achieve this???
(apart from registering a "onClickInterceptor" at the whole screen level).