Sorry Telford, should have been more descriptive. I’ll take some screens tomorrow - but essentially the file upload doesn’t open on click and the date picker is blank - just like a text input. I’ll take screens and share tomorrow.
What happens in Chrome: Click on the ‘Choose File’ button, and a file browser opens so the user can select the file.
What happens in Safari: Click on the ‘Choose File’ button, and nothing happens. No file browser opens.
The date input has nothing to do with any of our components… It’s a standard HTML5 date input type and it does not work in safari as you expect as safari does not support them: https://caniuse.com/input-datetime
Not IE does. And date inputs look totally different in different browsers.
I already explained this to you in some other topic you posted about the same thing.
Repeating myself, but If you want to have a cross browser compatible date picker which looks the same in every browser use the date picker component!