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
I'm building some forms where I sometimes need to place multiple input components in one row. I noticed that
Select has a different margin at the top when labelText is undefined
ComboBox and MultiSelect call it titleText, NumberInput calls it label, while the rest call it labelText
Checkbox, MultiSelect, and RadioButtonGroup are missing helperText
1 is currently the most annoying for us. (The fourth input is the Select) I'd suspect all components don't render the label tag if the value is undefined, except for Select.
I'm building some forms where I sometimes need to place multiple input components in one row. I noticed that
1 is currently the most annoying for us. (The fourth input is the Select) I'd suspect all components don't render the label tag if the value is undefined, except for Select.
Example page.svelte:
The text was updated successfully, but these errors were encountered: