Update AutoComplete demo and doc

This commit is contained in:
mertsincan 2021-08-16 14:21:09 +03:00
parent 6d90f461a4
commit d8ee63d286
3 changed files with 90 additions and 16 deletions

View file

@ -112,6 +112,12 @@ const AutoCompleteProps = [
type: "string",
default: "null",
description: "Style class of the overlay panel."
},
{
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."
}
];