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 When the style of the outer div of the DataTable changes from display: none to display: block, the height of the DataTable is 0. ### Reproducer...

Status: Needs Triage

### Describe the bug The Stepper component renders markup that violates ARIA structure requirements. It assigns role="tablist" to the root container, but places elements with role="tabpanel" inside it. According to...

Component: Accessibility

### Describe the bug Found a bug in MultiSelect when we have many items and select all of them, and I open the dropdown again, it crashes the page, it...

Status: Needs Triage

### Describe the bug ### Accessibility Violation The 'id' "pr_id_441_content" specified for the ARIA property 'aria-controls' value is not valid The ARIA property must reference a non-empty unique id of...

Status: Needs Triage

Hello, I'm having trouble to understand how to use locale correctly. According to the [documentation](https://primereact.org/locale/#setlocale) I should simply call the `locale` method, but I've prepared 3 examples of using the...

Type: Bug

### Describe the bug There is a bug with the keyboard control of the MultiSelect component. The keyboard navigation only partially works, as shown in the attached GIF. When the...

Component: Accessibility

### Describe the bug Situation: I select a date and then want to select another date again Bug: the date section doesn't appear like the first time source: https://primereact.org/calendar/ you...

Status: Needs Triage

TriStateCheckbox: value doesn't need to be set on the input when checked is being used. removed it to prevent the warning "'value' prop on 'input' should not be null" from...

Refactor empty message handling in TableBody, DataView, and TreeTableBody components to always return the empty message instead of null when not loading. Fix #8292

Status: Pending Review

Hi PrimeReact devs, I have a question/feedback regarding the TieredMenu. Let's say we have a panel of a component open (e.g: Dropdown, MultiSelect etc.). If I click outside of that...

Status: Needs Triage