I have a DynamicForm that I want to be readonly by default. When the user clicks a "edit" button, form.setCanEdit(true) is called. I want to give it focus as well (preferably on the first focusable item). I can't get this to work.
Is this possible and if so, how?
Is this possible and if so, how?
Comment