Jasper de Vries
Jasper de Vries
Improve accessibility by adding the appropriate ARIA attributes to the sliders. See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role Relates to #237
Would be great if handles would be focusable and could be moved using cursor keys
### Describe the bug If the value is `null` the type of the bound value should be checked https://github.com/primefaces/primefaces/blob/fcced6df36579bc34f09b03b683f31fdee8f0ce3/primefaces/src/main/java/org/primefaces/component/inputnumber/InputNumberRenderer.java#L393-L395 ### Reproducer Bind to an `Integer` type of which the value...
### Description I would like to be able to use a badge on specific menu items of a menu to indicate that there are to dos within them. ### Describe...
### Description When you use the date picker to select a date of birth, you may need to navigate to years ago. With the current selector you either need to...
As the current 3rd party code has not been touched in 10 years and contains at least this bug: https://github.com/primefaces/primefaces/issues/7997
### Description Currently an `actions` facet exists, but there are issues: 1. There is no way of adding a global (all tabs) facet. 2. The name is not in line...
The jqPlot charts are deprecated since 10. So they should be removed at some point. That will also take care of duplicate class names (making importing easier).
I ran into this demo https://gui-challenges.web.app/breadcrumbs/dist/ where breadcrumb items can be dropdowns. I think that's an interesting feature. Should we look in to this?