Checklist(Check off all the items before submitting)
[x] Build process is done without errors. All tests pass in the /lib directory.
[x] Self-reviewed the code before submitting.
[x] Meets accessibility standards.
[x] Added/updated documentation to /website as needed.
[x] Added/updated tests as needed.
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.
Checklist (Check off all the items before submitting)
/lib
directory./website
as needed.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