Skip to content

Multiselect slot schema #7610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

maxiim3
Copy link

@maxiim3 maxiim3 commented Apr 15, 2025

headercheckboxicon schema does not corresponds to the actual object return by slotProps.

allSelected -> checked

<MultiSelect>
  <template #headercheckboxicon="slotProps">
    {{ console.log(slotProps.checked) }}
  </template>
</MultiSelect>

Defect Fixes

When submitting a PR, please also create an issue documenting the error.

Feature Requests

Due to company policy, we are unable to accept feature request PRs with significant changes as such cases has to be implemented by our team following our own processes.

headercheckboxicon schema does not corresponds to the actual object
return by slotProps.

`allSelected -> checked`

```ts
<MultiSelect>
  <template #headercheckboxicon="slotProps">
    {{ console.log(slotProps.checked) }}
  </template>
</MultiSelect>
```
Copy link

vercel bot commented Apr 15, 2025

Deployment failed with the following error:

Creating the Deployment Timed Out.

@tugcekucukoglu tugcekucukoglu self-assigned this Apr 28, 2025
@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Apr 28, 2025
@github-project-automation github-project-automation bot moved this to Review in PrimeVue Apr 28, 2025
@tugcekucukoglu tugcekucukoglu added this to the 4.3.4 milestone Apr 28, 2025
@tugcekucukoglu tugcekucukoglu merged commit 9f095bc into primefaces:master Apr 28, 2025
1 check failed
@github-project-automation github-project-automation bot moved this from Review to Done in PrimeVue Apr 28, 2025
@tugcekucukoglu tugcekucukoglu changed the title FIX - Multiselect slot schema Multiselect slot schema May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants