Wording update

This commit is contained in:
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",