primereact
primereact copied to clipboard
The Most Complete React UI Component Library
### Describe the bug I have a dropdown within a sidebar configured to be non modal. Clicking on the dropdown toggler, the filter input area or selecting an item from...
### Describe the bug In the previous version 10.9.1, when I clicked on a row, it was selected, but it didn’t switch to the input even with selectOnEdit={false}. However, starting...
### Describe the bug The className Property of MenuItem is not passed to TieredMenu DOM, when running PrimeReact in unstyled mode. ### Reproducer https://codesandbox.io/p/sandbox/qqzps9 ### System Information ```Shell System: OS:...
### Describe the bug I'm not sure whether this is the intended behavior or a bug, but I need to prevent users from inserting 0 as the first character when...
### Describe the bug The Tabs component doesn't show the contents of the first tab (or any tab) until you click a tab. I'm seeing this when coping the first...
Fixes #8355
## Description Fixes #8102 This PR improves keyboard navigation and scrolling behavior in MultiSelect component: - Prevent page scroll on Space when wrapper has focus - ArrowUp/Down enter and move...