Wording update
parent
31c8dcba48
commit
84ed5f3299
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue