I am trying to keep the Angular Material Datepicker open by default on rendering of the page inside a section so it's not like an input field and doesn't require the user to click on an input to see the calendar.
This is the one I'm using and it requires clicking on the input field at the moment. https://material.angular.io/components/datepicker/overview
Any suggestions on this?
Thanks