mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2664 - MultiSelect | resetFilterOnHide property
This commit is contained in:
parent
db6c50e87a
commit
207b27f41e
5 changed files with 28 additions and 27 deletions
|
@ -179,12 +179,18 @@ const MultiSelectProps = [
|
|||
default: "false",
|
||||
description: "Whether all data is selected."
|
||||
},
|
||||
{
|
||||
name: "resetFilterOnHide",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "Clears the filter value when hiding the dropdown."
|
||||
},
|
||||
{
|
||||
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."
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
const MultiSelectEvents = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue