Dropdown: Invalid slot typings #4263
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
onClick
in theclearicon
slot has invalid typing - function is typed as avoid
clearicon
slot does not type theclass
slot props that is exposed.filtericon
slot does not type theclass
slot props that is exposed.Current typing:
Expected typing:
additionally the
class
slot props inside dropdownicona and loading icon should be typed as strings.Reproducer
Dropdown.d.ts:565-594
PrimeVue version
4.32.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: