primereact icon indicating copy to clipboard operation
primereact copied to clipboard

The Most Complete React UI Component Library

Results 678 primereact issues
Sort by recently updated
recently updated
newest added

Hello, I believe that the useScrollTop hook's target parameter supporting React ref in version v11 would be much more suitable for React's architecture. React ref type: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/ac1acf965f539e4a9f7ac38bd268675793ded4c1/types/react/index.d.ts#L193 prop: https://github.com/primefaces/primereact/blob/5e06098603bed22fff841138f90bfe2b6b8fcbbb/packages/hooks/src/use-scrolltop/index.ts#L12 I...

Status: Needs Triage

### Describe the bug When Calendar is inside react-hook-form, keyboard navigation with TAB key to calendar popup is not possible when Froala editor exists on page. ### Reproducer https://stackblitz.com/edit/vitejs-vite-zffnmcuz ###...

Status: Needs Triage

Hi, I filled a simple DataTable with a small dataset of about 200 rows. Everything works perfectly, but sorting is very slow! Did that ``` return ( ); ```

Type: Performance

### Describe the feature you would like to see added Allow the Autocomplete with multiple selection to allow for custom items. `forceSelection` is off by default, but doesn't apply if...

Type: New Feature

### Describe the bug I am using the AutoComplete component, I have forceSelection enabled and I provide a selectedItemTemplate. The AutoComplete component does not clear the value when I click...

Status: Needs Triage

### Describe the bug When applying `appendTo="self"` on `` input and menu UI styles are displayed out of frame. Without appendTo everything works fine. Applying `appendTo="self"` on `` works as...

Status: Needs Triage

### Describe the bug Table scroll height cannot be increased more than initial height ### Reproducer https://stackblitz.com/edit/j5svopgd?file=src%2FApp.jsx ### System Information ```Shell System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R)...

Status: Needs Triage

### Describe the bug Tooltip appears with `InputText`, but not `Dropdown`, `InputNumber`, and possibly more. Bug only appears on Microsoft Edge browser. Works on Chrome. ![Image](https://github.com/user-attachments/assets/83aaae2f-a4bc-47b3-a855-be231f3058ca) ### Reproducer https://codesandbox.io/p/devbox/agitated-proskuriakova-88cf99?file=%2Findex.css%3A43%2C1&workspaceId=ws_GJriBBVapcykmemDX4GXDc ###...

Status: Needs Triage

### Describe the bug When navigating through keyboard, screen reader is reading the content of table as row. Expecting to read the contents in each row ### Reproducer _No response_...

Component: Accessibility

### Describe the bug When the loading prop is true for DataTable and there is no data, the empty message is hidden which results in a 0px height for the...

Type: Bug