Hi
I currently have a issue i have a text component that have a visibility binding. I would like to have the component Self.Focus on start up i am using self.focu() and it work well if i remove the visibility binding. It also work well if i do it after the start up. It look like the visibility result remove the focus even if it's true.
Is there a way to have self Focus on start up on a text component that have a visibility binding.
Start up event.
Visibility binding
Thank You