-
### Describe the bug
Dialog theming documenation (10.5.1) deals with 'p-dialog-titlebar'
whereas sourcecode deals with: 'p-dialog-header'
### Reproducer
_No response_
### PrimeReact version
10.…
-
### Describe the bug
10.6.3 was supposed to fix the multiselect selection limit however as you can see in the stackblitz sandbox, the selectionLimit does NOT limit what can be selected as it should. …
XYIAN updated
7 months ago
-
### Describe the bug
If the exact same 'message'/content/life, _all_ Toasts disappear at the same time. Appears to work correctly in PrimeReact 9. A quick 'workaround' is just adding 1 ms to each c…
-
### Describe the bug
Even though the component clearly accepts children, the props in the accompanying .d.ts file don't contain an entry `children`.
### Reproducer
_No response_
### PrimeReact ver…
-
**I'm submitting a ...**
```
[ x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
…
-
### Describe the bug
1. [Basic](https://primereact.org/organizationchart/#basic), Typescript code example
```
import React, { useState } from 'react';
import { OrganizationChart } from 'primere…
-
### Describe the bug
At least under these specific conditions, the `DataTable` prevents you from scrolling to lower rows:
```jsx
```
### Reproducer
https://s…
-
## Description
I'm trying to use next-intl with Primereact but the middleware redirect requests to `.next` files (302 redirects) to `.next/[locale]` path (who turn into 404 not found).
Maybe it's …
-
### Describe the bug
"Property 'ref' does not exist on type 'IntrinsicAttributes & ButtonGroupProps'."
Possible fix would be to change the type definition to:
`export declare const ButtonGroup: R…
-
### Describe the bug
Both components RadioButton and ToggleButton (maybe others?) reference lowercase 'readonly' but React uses camel case readOnly as props.
Warning is displayed while runnin jest…