The name prop in the File Input does not serve any purpose in the component since it can only be controlled. In the past, we removed its functionality inside the component, but the prop is still offered to the users.
We need to remove it completely, but first, it needs to be marked as Deprecated for a release.
The
name
prop in the File Input does not serve any purpose in the component since it can only be controlled. In the past, we removed its functionality inside the component, but the prop is still offered to the users.We need to remove it completely, but first, it needs to be marked as Deprecated for a release.