How can we know if a FocusRequester is initialized...
# compose
r
How can we know if a FocusRequester is initialized? I think this property must be exposed
I have a dynamic content with N textFields and before composing them I am initializing FocusRequesters and adding keyboard action event handler where I’m calling request focus of next textField’s FocusRequester
On start editing last textfield next textfield is added automatically
a
There's no need to be able to check this since it's always invalid to execute side effects like requesting focus while composition is in progress. If you're seeing this in response to a keyboard event, can you file a bug with a stack trace/repro?