Dynamic Multiselect Component with Live Backend/API Search #1107
Unanswered
muhammad-memon-ionyx
asked this question in
PrimeReact Blocks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The objective is to develop a dropdown-style select component, similar to select2, allowing users to choose multiple options from a list.
Upon the initial click of the dropdown, only 10 items will be loaded. Subsequently, additional items will be added in increments of 10 as the user scrolls.
The component will execute searches from the backend, ensuring real-time data retrieval.
Selected values will remain valid even when a different search is performed.
In summary, the functionality mirrors how we utilize select2, as demonstrated in their documentation on data sources with AJAX: https://select2.org/data-sources/ajax
Beta Was this translation helpful? Give feedback.
All reactions