I am currently developing a website using Angular Material. One of the components I am working with is a date picker. The issue I am facing is that the date picker has the popup functionality enabled, but the input itself is disabled, causing a dotted line to appear under the element. Is there a way for me to change the styling so that the dotted line becomes solid?
If you would like to view an example of the date picker with a disabled input, you can refer to the documentation provided at: https://material.angular.io/components/datepicker/examples specifically in the "Disabled datepicker" section.