primereact icon indicating copy to clipboard operation
primereact copied to clipboard

The Most Complete React UI Component Library

Results 336 primereact issues
Sort by recently updated
recently updated
newest added

### Describe the bug When using the accordion component, the tab is removed from the DOM once it is closed. This could be problematic, for example, when forms and input...

Type: Enhancement
Core Team

### Describe the bug When having a 100% input, the panel is also set to 100%. However if I want to set the panel width to a specific value (320px...

Type: Enhancement

Hi there. I have seen that you can actually define a custom icon with the following syntax: ` }/> ` See the forked example: https://stackblitz.com/edit/awdxtv-ltawe4?file=src%2FApp.jsx However, that syntax is actually...

Component: Documentation

### Discussed in https://github.com/orgs/primefaces/discussions/1788 > Hey everyone, > > I've been thinking about a neat addition to PrimeReact that could make a big difference in user experience: a minimizable option...

Type: New Feature

### Describe the bug I have a situation similar to the provided Stackblitz project where I want to load initial data and fetch data on demand when scrolling down. The...

Type: Bug

### Describe the bug ive noted that everytime i call change theme it duplicates the link element am refereing to in the head section so which causes me issuses when...

Type: Bug

### Describe the bug There were similar issues already (#5830, #5920), but it seems to me that it's still not fixed or there is a new bug. We are using...

Component: Tailwind

### Describe the bug ``` import React, { useState, useEffect, useRef } from 'react'; import { TreeTable } from 'primereact/treetable'; import { Column } from 'primereact/column'; import { Menu }...

Component: Accessibility

### Describe the bug If one of the menus in a megamenu is expanded while the megamenu undergoes a re-render, then 1. internally, the state is still expanded, but 2....

Status: Needs Reproducer

### Describe the bug I have a dialog component inside other, when i choose an option the panel close auto. ![033121](https://github.com/primefaces/primereact/assets/47538514/f2dd678c-48ad-49e4-a7af-8c66881f6500) ![image](https://github.com/primefaces/primereact/assets/47538514/0e84edce-8b3a-45eb-8b88-38ca36acc2d0) this not occur when I place the multiselect...

Type: Bug