dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Deprecate File Input `name` prop #1637

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

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.