Skip to content

Commit

Permalink
feat: changing documentation hasScroll props
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Araujo committed Nov 10, 2022
1 parent e868753 commit f414959
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions src/components/SelectInput/SelectInput.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ const Template = (args, { argTypes }) => ({
value: '5',
name: 'Sou um integrador e quero tirar dúvidas',
},
{
value: '6',
name: 'Sou um integrador e quero tirar dúvidas',
},
{
value: '7',
name: 'Sou um integrador e quero tirar dúvidas',
},
{
value: '8',
name: 'Sou um integrador e quero tirar dúvidas',
},
],
inputModel: '2',
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/SelectInput/SelectInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default {
default: false,
},
/** Specify whether show scroll or not */
/** Specify whether show scroll or not. It's necessary adjust height in "option-container" class when hasScroll = false.*/
hasScroll: {
type: Boolean,
default: true,
Expand Down

0 comments on commit f414959

Please sign in to comment.