Skip to content

Commit

Permalink
docs: control types
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelloo committed Sep 8, 2021
1 parent ba081f2 commit 2334fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/select/select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
component: Select,
argTypes: {
...omit<NativeSelectProps>('childrenAreNotOptions', 'defaultValue', 'open'),
align: {},
align: { control: 'inline-radio' },
borderless: {},
children: {
description: [
Expand All @@ -33,7 +33,7 @@ export default {
disabled: {},
invalid: {},
native: {},
position: {},
position: { control: 'inline-radio' },
},
args: {
children: (
Expand Down

0 comments on commit 2334fb1

Please sign in to comment.