I'm setting my ViewModel's data via setData. Inside my view properties like disabled, readOnly are bound to that ViewModel.
No I want to focus on the first editable field inside that form. But this needs to be done AFTER the binding of the ViewModel with its View is done.
Are there any events I can listen on? The documentation does not state anything that fits ...