Skip to content

Commit

Permalink
Fixes CardMonthElement dropdown documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Jul 10, 2023
1 parent 66a4206 commit 76a6a8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/1-components/individual/CardMonthElement.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,19 @@ export const Default = {
}
};

export const Dropdown = () => {
export const Dropdown = {
parameters: {
docs: {
description: {
story: 'Set `inputType="select"` or `inputType="mobileSelect"` to display use a `<select>` dropdown.'
}
}
}
},
args: {
inputType: 'select'
}
};

export const Placeholder = {
args: {
style: {
Expand Down

0 comments on commit 76a6a8a

Please sign in to comment.