Christoph Zwerschke

Results 230 comments of Christoph Zwerschke

Hi @dkbarn, thanks for bringing this up. Actually I believe this is ok in view of the comment directly in front of the lines you linked to. The error in...

Reopening this as a reminder to add a "development" section to the README (even though probably nobody reads READMEs)

> Is this issue still open ? Sure, this is still open. Will do a triage of issues before releasing 6.2. Feel free to comment on issues, upvote them, make...

By doing any of the things above. Or by going away if you're just an AI bot.

Can confirm, same problem here. When I switch off the Homepage plugin, it works. I'm using the Workspace option, too.

@mirnovov You're right, the same things happens when I open it manually. It seems to be a more fundamental problem with using workspaces from desktop on mobile. Sorry for the...

This bothers me as well. When you go to the [table filter demo of v9](https://www.primefaces.org/primeng/v9-lts/#/table/filter), and enter some characters into the "Vin" filter input, the filter is applied as you...

I found that all of the filters work just great when I remove that `if` condition in `onModelChange()` above so that the `dt._filter()` is executed on every change. That should...

Thank you @robivictor, yes, this can be used as a workaround. However, this means that we cannot use the builtin filter controls for standard types, specified with the `type` attribute,...

Unfortunately, this issue still exists in the current PrimeNG 13.0.1. As a makeshift solution, I'm using the following monkey-patch: ```ts import { ColumnFilterFormElement } from 'primeng/table'; ColumnFilterFormElement.prototype.onModelChange = function (value)...