primevue
primevue copied to clipboard
Next Generation Vue UI Component Library
### Describe the bug The paginator of DataView and DataTable can be controlled by the props `totalRecords`, `rows` and `first`. In case the data is lazy loaded, sorting, filtering, etc....
PrimeReact and PrimeFaces uses PrimeLocale label. https://github.com/primefaces/primereact/blob/baf3925e481556be1398c59a5cd43dc94618b614/components/lib/inputotp/InputOtp.js#L182 ```js 'aria-label': ariaLabel('otpLabel', { 0: inputElementIndex + 1 }), ``` PrimeLocale: https://github.com/primefaces/primelocale/blob/4cf72303a846f30df591448828ce35c724197af7/en.json#L102
### Describe the bug If I define a component with an accordion and in another file define an accordionTab, and try to render the tab in the accordion, it doesnt...
### Describe the bug Input mask is documented as: _InputMask component is used to enter input in a certain format such as numeric, date, currency, email and phone._ But there...
### Describe the bug https://github.com/primefaces/primevue/assets/152562977/274fadc7-d681-4cf1-8138-28359ed1567e On mobile devices (works fine in mobile view of desktop browser), nesting items in a menu (Menubar or MegaMenu) causes issues with the user's swipe...
### Describe the bug There is an issue when we trying to toggle the tiered menu at the datatable's first data, when we click the first data's tiered menu button,...
### Describe the bug `` Expected: SplitButton with Icon and Label. Actual: Icon is not displayed Stackblitz doesn't have the issue, but the primevue website also does not show the...
### Describe the bug When using the Menubar component from PrimeVue on a MacBook Air M1 in Chrome, zooming in on the webpage and interacting with the menu (either by...
| Component Name | Old name | New name | | -------------- | -------------- | ------------ | | AutoComplete | item-select | option-select | | AutoComplete | item-unselect | option-unselect...
### Describe the bug When using passthrough to apply a style to a `context.focused` state, the styles are also getting triggered on mouse hover. For accessibility reasons, I'm looking for...