Jakub Górka

Results 11 issues of Jakub Górka

### Describe the bug The onChange and onValueChange events associated with an input field fail to trigger in two scenarios: 1. When attempting to cut all numbers using a keyboard...

Type: Enhancement

### Describe the bug In Safari, when a small fixed width is applied to a dropdown, the scrollbar is not rendered correctly. The width of the dropdown is not big...

Browser: Safari
Component: Theme

### Describe the bug The SplitButton component sets an aria-controls attribute on the button element pointing to an ID (e.g., pr_id_256_overlay) that is not present in the DOM until the...

Component: Accessibility

### 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...

Status: Needs Triage

### 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...

Status: Needs Triage

### 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...

Status: Needs Triage

### 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...

Status: Needs Triage

### 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...

Status: Needs Triage

### Describe the bug The MultiSelect component fails accessibility requirements. The input element with role="combobox" does not have an accessible name. This can be observed in the official documentation: https://primereact.org/multiselect...

Status: Needs Triage

### Describe the bug The DOM element order in FloatLabel is incorrect. The element comes after the instead of before it. This affects accessibility and is inconsistent with expected HTML...

Status: Needs Triage