dotkom / design-system

Component library, maybe
https://design.online.ntnu.no
MIT License
4 stars 4 forks source link

Unable to set width of TextField #197

Open FluidSense opened 3 years ago

FluidSense commented 3 years ago

Describe the bug Trying to set width of Textfield with percentages sets the percentage of the ClearableInputField and not the wrapping div, meaning that there is an unreachable div in the TextField that cannot be adjusted.

Expected behavior Percentage width to always be the actual percentage of the parent and not some unknown, untouchable parent that is inside the component.