You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: