-
### Describe the bug
The [MultiSelect template](https://primereact.org/multiselect/#template) documentation mentions a `valueTemplate` property. However, it seems that it is not implemented for `Mu…
-
### Describe the bug
The issue is caused by `setTimeout` in `useEffect` to show or hide the overlay panel with a delay ([lines of code](https://github.com/primefaces/primereact/blob/6070e692bb0301c…
-
## Current Behavior 😯
When I open a Select component vertical scroll bar of the page disappears.
See here
![scrn](https://user-images.githubusercontent.com/41240312/64479860-499ced00-d1ce-11e9-8d…
ghost updated
1 month ago
-
### Describe the bug
This is the same issue with the dropdown that was just fixed (See https://github.com/primefaces/primereact/issues/6417).
It is also (still) happening with the grouped multisel…
-
### Summary 💡
Should work like normal Autocomplete component. Unlike 'singleSelect', users can type in input and search options quickly.
### Examples 🌈
![image](https://user-images.githubuser…
-
Hi all! sorry for the accumulation of PRs, I'm merging and checking stuff during the weekend 🙏 #774 made me think about how we handle state and I want to throw a question to decide in which direction…
-
Hi, These are the features being targeted for V2
- [x] Multiple Selection - Allowing users to multiselect options. Just like ...
- [x] as option - Allowing to pass Views to options, this will al…
-
We ought to decide how we want search/filter to look. Right now there are 8 things people can click on on `projects`, scattered around various parts of the page, and it's starting to look messy. It wo…
-
- [ ] drop support for IE < 11
- [ ] make `'auto'` the default value of `dropdownAlignRight`
- [ ] remove `dropupAuto` and replace with `dropup` where `true`, `false`, and `'auto'` (default) are opt…
-
**Is your feature request related to a problem? Please describe.**
The problem is one of maintenance when the React Listbox gets updated all three components need updating.
**Describe the solution…