Currently, I am faced with a dialog containing a text input, radio buttons, and ok cancel buttons. Upon opening the dialog, the cursor automatically blinks inside the text input, causing the placeholder text to zoom out and become difficult to read. The placeholder text itself reads 'Describe details of the issue in this box'. I am seeking a way to remove the default autofocus in Angular 2. Alternatively, if there is a method to prevent the placeholder text from zooming out, that would also be helpful. I am utilizing Angular Material controls in this scenario. Any advice on how to achieve this would be greatly appreciated.