chore(multiselect): move helper text below input

This commit is contained in:
josefaidt 2020-09-17 14:58:21 -05:00
commit c21608c4aa
2 changed files with 8 additions and 7 deletions

View file

@ -20,6 +20,7 @@ export const Default = () => ({
id: text("MultiSelect id", "multi-select-id"),
name: text("MultiSelect name", "multi-select-name"),
titleText: text("Title (titleText)", "Multiselect Title"),
helperText: text("Helper text (helperText)", "Optional helper text here"),
filterable: boolean("Filterable (filterable)", false),
selectionFeedback: select(
"Selection feedback (selectionFeedback)",