mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
fix: Primefaces#5060, Dropdown: After selecting an option, clearing the value using close icon should clear the filter input (#5061)
* fix: Primefaces#5060, Dropdown: After selecting an option, clearing the value using close icon should clear the filter input * fix: Primefaces#5060, Dropdown: After selecting an option, clearing the value using close icon should clear the filter input --------- Co-authored-by: Akshay Antony <akshayantony55@gmail.com>
This commit is contained in:
parent
6b75f1a565
commit
6f71f8195e
6 changed files with 25 additions and 1 deletions
|
@ -185,6 +185,12 @@ const DropdownProps = [
|
|||
default: 'false',
|
||||
description: 'Clears the filter value when hiding the dropdown.'
|
||||
},
|
||||
{
|
||||
name: 'resetFilterOnClear',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Clears the filter value when clicking on the clear icon.'
|
||||
},
|
||||
{
|
||||
name: 'virtualScrollerOptions',
|
||||
type: 'object',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue