primereact
primereact copied to clipboard
The Most Complete React UI Component Library
### Describe the bug So when you change prefixes using option in theme like below: they will change in style tags in your Head tag but they will not change...
### Describe the bug **Feature Request: Add filterDisplay="menu" support to TreeTable** **Is your feature request related to a problem?** Currently, TreeTable only supports basic column filtering with input fields. The...
### Describe the bug The DataTable component fails accessibility requirements (E950, E951 and E8791). An element with role='table' must have an accessible name. Setting name via props doesn't set it...
### Describe the bug The MultiStateCheckbox component fails accessibility requirements. A form field element has neither an id nor a name attribute. This might prevent the browser from correctly autofilling...
### Describe the bug Passing a custom `header` element to the Column always renders it inside the ``, which is often not correct for accessibility. A lot of elements can...
### Describe the bug The InputNumber component fails accessibility requirements, when a max range is provided. The input element with `type="text"` should not have `max` attribute. Not sure if this...
### Describe the bug There is an issue from accesibility validator for InputText: WCAG2 AA 1.4.4: Use relative rather than absolute units with 'font-size'. Using relative units helps the page...
### Describe the bug There is an issue from accesibility validator for OverlayPanel: WCAG2 A 1.3.1: Do not insert content using CSS ``` .p-overlaypanel:after, .p-overlaypanel:before { bottom: 100%; left: calc(var(--overlayArrowLeft,...
### Describe the bug The arrow isn't rendered properly when the target element is small (like an icon). It's rendered outside of the actual popup box. ### Reproducer https://stackblitz.com/edit/j15mhjvy?file=src%2FApp.jsx ###...
### Describe the bug The ListBox component fails accessibility requirements. The element with role="listbox" does not have an accessible name. This can be observed in the official documentation: https://primereact.org/listbox/ Example...