Update Listbox doc and demo

This commit is contained in:
mertsincan 2021-08-16 13:48:49 +03:00
parent ba75e9c51c
commit 3c1bfd43dc
3 changed files with 46 additions and 18 deletions

View file

@ -147,6 +147,12 @@ const ListboxEvents = [
description: "Filter value"
}
]
},
{
name: "virtualScrollerOptions",
type: "object",
default: "null",
description: "Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it."
}
];