mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3871 - Deprecated indicator slot
This commit is contained in:
parent
0eb2981c04
commit
f0b4bd2e3f
5 changed files with 23 additions and 30 deletions
1
components/lib/dropdown/Dropdown.d.ts
vendored
1
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -273,6 +273,7 @@ export interface DropdownSlots {
|
|||
}): VNode[];
|
||||
/**
|
||||
* Custom indicator template.
|
||||
* @deprecated since v3.27.0. Use 'dropdownicon or loadingicon' slots.
|
||||
*/
|
||||
indicator(): VNode[];
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue