Autofocus and SelectOnFocus Fail In Some Cases

Hello, I am testing the Autofocus and SelectOnFocus features of a numeric component in Angular. I have created a template form and I am calling it as a dialog from a button. I have set a numeric input to both receive Autofocus and SelectOnFocus.

Chrome Version 77 and IE 11: The first call to the dialog box works as expected. Subsequent calls do not autofocus. Manually focusing the input will select the text.

Firefox 70.0.1: The first call to the dialog will not autofocus. Manually focusing the input will select the text.

The only way I have been able to restore function is to do a browser refresh.

If the form is opened as a full page (not a dialog), all browsers noted above work as expected.
Thanks!

It seems there is a browser issue with the PrimeNG dialog which prevents the focus from working a second time in a dialog. Indeed it works in some browsers. We will investigate if it is possible to mitigate it somehow.

I think we found a solution. The latest Radzen version should address this issue.

Confirmed. Thank you.