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
Where is the behavior and functionality of FluidForm specified? I saw it implemented in the React and Svelte packages but it is not mentioned anywhere in the docs.
What package(s) are you using?
carbon-components
carbon-components-react
carbon-components-svelte
}Detailed description
Where is the behavior and functionality of
FluidForm
specified? I saw it implemented in the React and Svelte packages but it is not mentioned anywhere in the docs.I found that the
Select
component has a broken layout when using in aFluidForm
in both of these packages (carbon-design-system/carbon-components-svelte#502)So, is that supposed to work and if not, what is the purpose of
FluidForm
if it does not support all basic input components?Steps to reproduce the issue
Select
as a child ofFluidForm
.labelText
ofSelect
and addSelectItem
children to see the overlapping texts.codesandbox
Additional information
The text was updated successfully, but these errors were encountered: