Hello. I’m managing to render a form which has nested properties using the default layout with the Angular renderer, which is good. However the text fields for the nested properties lose focus after each character is typed in to them. So to type further characters you have to click back on the text field after each character, which is obviously not ideal. For non-nested properties this is not an issue. Is there something I need to put in place to stop this from happening for nested properties?
Yes I can do that. Just to highlight though that I am using the default UI schema, not providing my own. Could that have a bearing on this issue do you think?