mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
chore(combobox): move helper text below input
This commit is contained in:
parent
e9f4c1d727
commit
05bc19d96c
2 changed files with 8 additions and 7 deletions
|
@ -15,6 +15,7 @@ export const Default = () => ({
|
|||
size: select("Field size (size)", sizes, ""),
|
||||
placeholder: text("Placeholder text (placeholder)", "Filter..."),
|
||||
titleText: text("Title (titleText)", "Combobox title"),
|
||||
helperText: text("Helper text (helperText)", "Optional helper text here"),
|
||||
light: boolean("Light (light)", false),
|
||||
disabled: boolean("Disabled (disabled)", false),
|
||||
invalid: boolean("Invalid (invalid)", false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue