Zongbin

Results 127 comments of Zongbin

Thanks for your advice! > For validations This GUI lib is designed for low-code config panel and it don't need validations. You can check this article to learn more details....

I test extensions v18 in Angular v19, it still has the same issue, maybe the `effect()` has some changes. https://stackblitz.com/edit/stackblitz-starters-mxo8qdem?file=src%2Fmain.ts,package.json The datetimepicker is `undefined` when you invoke `writeValue`, I don't...

Thanks for your advice! I have update the project to Angular 18. For support of low versions, maybe I will use signals to refactoring the lib until v19.

You can check the CodeMirror repo to learn more details. https://github.com/codemirror/language-data/blob/main/src/language-data.ts If I have more enough time, I will update the docs.

Thanks for your advice. I know the mtx-grid is not perfect, it should be refactoring with virtual scroll.

Many thanks for your PR. The mtx-select is just a wrapper for ng-select, there has many styles are not guaranteed to be exactly same with Material. I think you can...

Thanks for your advice, I haven't enough time to maintain the project, I will be glad if anyone can provide a PR.

Can you provide an online example?