Open
Description
Bug Description
Version six switched to web components. However, the approach of extending a built-in element is not supported by Safari on both iOS and macOS. See also: https://caniuse.com/mdn-api_customelementregistry_builtin_element_support
Expected Behavior
A solution could be to use a custom component with a file input inside the shadow root and to proxy the haviour to expose the correct APIs to the form.
Version
6.0.0
Stack trace
No response
Steps to Reproduce
No response