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

Fixed some weird size behaviors in some input components #1974

Closed Jialecl closed 6 months ago

Jialecl commented 6 months ago

Checklist (Check off all the items before submitting)

Purpose This PR fixes some strange behavior in the size of some of our input components. Instead of components with 100% width being pushed by other components with a fixed width it was the other way around. The password and number were not behaving correctly inside a flex component when the size was set to fillParent.

Closes #1970