Autocomplete : Chip slot is missing index and removeCallback in .d.ts #7235
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Autcomplete chip slot bind removeCallback and index, but those parameters are missing in type definition.
Pull Request Link
#7236
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template
Environment
Sorry this is just a missing type i really don't know what kind of StackBlitz i can provide.
Vue version
3.5.0
PrimeVue version
4.2.5
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Use AutoComplete chip slot in a ts file.
The removeCallback is not exposed in the slot scope. Only value is present.
Expected behavior
removeCallback and index should be exposed.
The text was updated successfully, but these errors were encountered: