From f414959ed0426c790cbe540f381a7695e505c57d Mon Sep 17 00:00:00 2001 From: Gabriel Araujo Date: Thu, 10 Nov 2022 16:02:49 -0300 Subject: [PATCH] feat: changing documentation hasScroll props --- src/components/SelectInput/SelectInput.stories.js | 12 ------------ src/components/SelectInput/SelectInput.vue | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/src/components/SelectInput/SelectInput.stories.js b/src/components/SelectInput/SelectInput.stories.js index ca02f0ea..8f7bdaad 100644 --- a/src/components/SelectInput/SelectInput.stories.js +++ b/src/components/SelectInput/SelectInput.stories.js @@ -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', }; diff --git a/src/components/SelectInput/SelectInput.vue b/src/components/SelectInput/SelectInput.vue index 3b007202..6ac235a5 100644 --- a/src/components/SelectInput/SelectInput.vue +++ b/src/components/SelectInput/SelectInput.vue @@ -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,