add name to form components

This commit is contained in:
Sebastián Canio Barriga 2020-07-09 20:59:42 -04:00
commit 6fdb8d10ed
32 changed files with 82 additions and 26 deletions

View file

@ -17,7 +17,8 @@ const sizes = {
export const Default = () => ({
Component,
props: {
id: 'multiselect',
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)', 'This is not helper text'),
filterable: boolean('Filterable (filterable)', false),