Lukáš Matta

Results 12 issues of Lukáš Matta

### Describe the bug Hello, when using selectable table with virtual scrolling enabled, one is unable to move up using arrows (when the row is focused). It stops on the...

accessibility

Fixes #10122 ### Defect Fixes #10122 Basically, if the first `option` is of type `string`, we can assume that `options` is an array of strings. As `filter` function of the...

enhancement
pending-review
need revision

Hello, currently `onTextChange` event emitter has generic type `TagModel` (which is superset of a `string` type) but `string` on its own would be sufficient. We only emit value of text...

### Describe the problem that you experienced Hello, in my opinion the [documentation regarding the `DoCheck` hook](https://angular.io/api/core/DoCheck) is a bit misleading: *A lifecycle hook that invokes a custom change-detection function...

area: docs
help wanted
area: core
core: lifecycle hooks
P3

Hello, I realized that core estimator doesn't work when developer tools (F12) are opened in IE11. Any ideas why?

Fixes #14770, also changed file extension of the `api-generator` file from `ts` to `cjs` so it is possible to run it despite the `"type": "module"` definition inside the `package.json` file....

### Describe the bug Due to a problem in the [build-apidoc.ts](https://github.com/primefaces/primeng/blob/master/api-generator/build-apidoc.ts) script, description and deprecated values are not generated for the properties that are defined using the setter/getter (those that...

Status: Needs Triage

### Version 14.0.3 ### Steps to reproduce 1. Clone https://github.com/lukasmatta/JestImportError 2. `npm install` 3. Run app - `ng serve` - everything works 4. Run tests `npx jest` - fails because...

Bug Report
Needs Triage