primereact
primereact copied to clipboard
The Most Complete React UI Component Library
### 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...
### 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...
### 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...
### 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...
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...
### 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...
### 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...
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
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...