primereact
primereact copied to clipboard
The Most Complete React UI Component Library
### Describe the bug When styling with Tailwind through theming, it is needed to type the passthrough options like so -> `datatablePT: Pick` When trying to access the context for...
When installing [email protected], the @primereact/types package is not installed as a dependency, but the .d.ts files in the package reference types from it. For example, Button.props.d.ts contains: import type { ...
#8425
### Describe the bug ### Description When using the InputOtp component, the value in the onValueChange callback is returned incorrectly. ### Actual Behavior The changes made are not applied immediatly,...
### Describe the bug # theme mismatch. Progress spinner className. p-progress-spinner is not integrated in the theme. The spinner is not within the theme and is hard to change the...
Dropdown panel becomes invisible when DevTools is open — z-index overlay issue (PrimeReact 10.8.3)
### Describe the bug When opening the PrimeReact component while Chrome DevTools is open, the dropdown panel becomes invisible. The DOM shows the overlay element is present, but it is...
### Describe the bug For scrollable tabs with enough tabs to display the scroll buttons, the right arrow button does not always disappear when the end of the scrollable tabs...
### Describe the bug For the SplitButton the pass through to the menu is not working as expected. ``` html ``` Seems like after the fix from #7259 this bug...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.2.0. Release notes Sourced from jest's releases. 30.2.0 Chore & Maintenance [*] Update example repo for testing React Native projects (#15832) [*] Update jest-watch-typeahead to...