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

### Describe the bug The MultiSelect component fails accessibility requirements. The input element with role="combobox" does not have an accessible name. This can be observed in the official documentation: https://primereact.org/multiselect...

Status: Needs Triage

### Describe the bug The DOM element order in FloatLabel is incorrect. The element comes after the instead of before it. This affects accessibility and is inconsistent with expected HTML...

Status: Needs Triage

### Describe the bug DataTable - Frozen rows + CellSelection:"single" when we click and selecting one cell, two are highlighted, one from frozen column, another from value in dataTable DataTable...

Status: Needs Triage

### Describe the bug Hello, I'm not sure if this is expected behavior, but it seems that `optionValue` is being ignored if the arbitrary objects passed into `options` contains a...

Status: Needs Triage

### Describe the bug When using Firefox, sometimes scrolling to the top of the virtual table doesn't show the table content ### Reproducer https://primereact.org/datatable/#virtualscroll ### System Information ```Shell Browsers: Firefox...

Browser: Firefox

### Describe the bug When using the Dropdown component with showClear={true}, the clear icon does not appear if options is empty, even though the dropdown has a value. Additionally, if...

Status: Needs Triage

### Describe the bug Some components in v11 is referencing that but if you take a look at what is published in NPM, there is no index.mjs file that the...

Status: Needs Triage

### Describe the bug When using frozen columns with right alignment in DataTable, the column alignment does not work properly. The content is positioned above the treetable ### Reproducer https://stackblitz.com/edit/vitejs-vite-khxusvfd...

Status: Needs Triage

Fix #8052 Fix #8258 The issue occurred when we set the view date and deleted the input field. The currentYear variable retained the old value (in this case, 2000).πŸ˜Άβ€πŸŒ«οΈ https://github.com/primefaces/primereact/blob/d57bbb7e4f57371e133668b42db3dc1435191f10/components/lib/calendar/Calendar.js#L3391-L3393...

Status: Pending Review

### Describe the bug When clicking outside of the dropdown, the focus returns back to the TreeSelect input, even though another focusable component was clicked. ### Reproducer _No response_ ###...

Status: Needs Triage