Ionic Version: v4 with angular 8
Issue: while trying to make a website built with ionic accessible i found that ionic components like date picker and ionic radio button are not accessible via screen readers. the screen reader identifies the component as a button. I think this is due to an empty button element inside the markup of these components.
My Trials: added a label to the date picker, added aria-label on the date picker, lastly tried aria described by nothing worked and the screen reader still reads the date picker as button
So is there a way to solve this?