About 142,000 results
Open links in new tab
  1. Angular MultiSelect Component - v17.primeng.org

    MultiSelect is used as a controlled component with ngModel property along with an options collection. Label and value of an option are defined with the optionLabel and optionValue properties respectively.

  2. Angular PrimeNG Form MultiSelect Events Component

    Apr 28, 2025 · In this article, we will be discussing the Angular PrimeNG Form MultiSelect Events Component. The Form MultiSelect Component allows users to select multiple options from the set of …

  3. p-multiSelect: onRemove event not getting emitted - GitHub

    Mar 20, 2024 · This issue will close once commit bb303af is merged into the 'master' branch. Error bb303af. Sign up for free to join this conversation on GitHub. Already have an account? Sign in to …

  4. primeng p-multiSelect: onRemove event not getting emitted

    Expected behavior onRemove event should get emitted when an item is removed from selection

  5. primeNG multiselect on change not triggered on chips removal

    Dec 28, 2020 · Selecting elements from the multiselect dropdown is full working, but when I remove an element from the multiselect chips, then the onChange event is not triggered:

  6. Angular PrimeNG Form MultiSelect Component - GeeksforGeeks

    Jul 23, 2025 · In this article, we will learn how to use the MultiSelect Component in Angular PrimeNG. The Multiselect Component provides the user with a list of options where the user can select one or …

  7. Component: MultiSelect (p-multiSelect) no longer emits an ... - GitHub

    Nov 29, 2023 · Connect the onChange and/or onSelectAllChange to event handlers in your component. The onChange event or onSelectAllChange event should be emitted from the MultiSelect component …

  8. angular - Prevent the multi-select dropdown from closing on the ...

    Jan 11, 2024 · It works well; I can open it and select the "select all" checkbox or select one by one; the problem is when I "unselect," sometimes it closes the dropdown automatically, and sometimes not...

  9. javascript - How to remove p-multiselect filter from options with ...

    Nov 29, 2023 · I want my primeng multiselect to have a search/filter input, which I added via <p-multiselect [filter]="'true'" [options]="selectOptions"></p-multiselect>. And when user type value in …

  10. MultiSelect: Add event onRemove · Issue #12460 · primefaces/primeng

    Jan 5, 2023 · Describe the feature you would like to see added Add an event onRemove with element removed directly. It would be better than identify if itemValue is in value in onChange event.