diff --git a/api-generator/components/dropdown.js b/api-generator/components/dropdown.js index a04a1110d..0e96a6e11 100644 --- a/api-generator/components/dropdown.js +++ b/api-generator/components/dropdown.js @@ -45,7 +45,7 @@ const DividerProps = [ name: "scrollHeight", type: "string", default: "200px", - description: "Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value." + description: "Height of the viewport, a scrollbar is defined if height of list exceeds this value." }, { name: "filter", diff --git a/api-generator/components/multiselect.js b/api-generator/components/multiselect.js index 227db1070..92dfa8efd 100644 --- a/api-generator/components/multiselect.js +++ b/api-generator/components/multiselect.js @@ -45,7 +45,7 @@ const MultiSelectProps = [ name: "scrollHeight", type: "string", default: "200px", - description: "Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value." + description: "Height of the viewport, a scrollbar is defined if height of list exceeds this value." }, { name: "filter", diff --git a/api-generator/components/treeselect.js b/api-generator/components/treeselect.js index 9cc75e68d..9645ee562 100644 --- a/api-generator/components/treeselect.js +++ b/api-generator/components/treeselect.js @@ -15,7 +15,7 @@ const TreeSelectProps = [ name: "scrollHeight", type: "string", default: "200px", - description: "Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value." + description: "Height of the viewport, a scrollbar is defined if height of list exceeds this value." }, { name: "placeholder", diff --git a/src/views/dropdown/DropdownDoc.vue b/src/views/dropdown/DropdownDoc.vue index 42a671a8b..c4b15cbce 100755 --- a/src/views/dropdown/DropdownDoc.vue +++ b/src/views/dropdown/DropdownDoc.vue @@ -171,7 +171,7 @@ export default { scrollHeight string 200px - Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value. + Height of the viewport, a scrollbar is defined if height of list exceeds this value. filter diff --git a/src/views/multiselect/MultiSelectDoc.vue b/src/views/multiselect/MultiSelectDoc.vue index 2d3d65bb9..b132e8f76 100755 --- a/src/views/multiselect/MultiSelectDoc.vue +++ b/src/views/multiselect/MultiSelectDoc.vue @@ -179,7 +179,7 @@ export default { scrollHeight string 200px - Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value. + Height of the viewport, a scrollbar is defined if height of list exceeds this value. filter diff --git a/src/views/treeselect/TreeSelectDoc.vue b/src/views/treeselect/TreeSelectDoc.vue index ac3ca54c1..8775db291 100644 --- a/src/views/treeselect/TreeSelectDoc.vue +++ b/src/views/treeselect/TreeSelectDoc.vue @@ -260,7 +260,7 @@ data() { scrollHeight string 200px - Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value. + Height of the viewport, a scrollbar is defined if height of list exceeds this value. placeholder