Wording update

pull/1196/head^2
Cagatay Civici 2021-05-14 12:20:08 +03:00
parent 31c8dcba48
commit 84ed5f3299
6 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -171,7 +171,7 @@ export default {
<td>scrollHeight</td>
<td>string</td>
<td>200px</td>
<td>Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value.</td>
<td>Height of the viewport, a scrollbar is defined if height of list exceeds this value.</td>
</tr>
<tr>
<td>filter</td>

View File

@ -179,7 +179,7 @@ export default {
<td>scrollHeight</td>
<td>string</td>
<td>200px</td>
<td>Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value.</td>
<td>Height of the viewport, a scrollbar is defined if height of list exceeds this value.</td>
</tr>
<tr>
<td>filter</td>

View File

@ -260,7 +260,7 @@ data() {
<td>scrollHeight</td>
<td>string</td>
<td>200px</td>
<td>Height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value.</td>
<td>Height of the viewport, a scrollbar is defined if height of list exceeds this value.</td>
</tr>
<tr>
<td>placeholder</td>