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
The width of the children for example of TextInput inside an Accordion is not extendable to near 100% width of the accordion. I have tried wrapping the TextInput inside a Box with flex=1 but it didn't help either.
As a workaround I have to wrap Accordion with this component:
The width of the children for example of TextInput inside an Accordion is not extendable to near 100% width of the accordion. I have tried wrapping the TextInput inside a Box with flex=1 but it didn't help either.
As a workaround I have to wrap Accordion with this component:
Attached a screenshot to better visualise the issue and fixed UI after wrapping with custom component.
The text was updated successfully, but these errors were encountered: