whittssg

Results 20 comments of whittssg

tree-select fix virtualization so that it works ? [One of the many references to it not working](https://github.com/NG-ZORRO/ng-zorro-antd/issues/6426) Thanks

> This question bothered me for a long time since version 11. I solved it by this way temporarily [#6426 (comment)](https://github.com/NG-ZORRO/ng-zorro-antd/issues/6426#issuecomment-1006769898) . But when I upgraded to version 13, I...

@jpoyard I think there might be a small bug in this PR. If you go to [the preview](https://preview-7385-ng-zorro-antd.surge.sh/components/tree-select/en) and scroll down to the virtual scroll demo, type a few characters...

> @[whittssg](https://github.com/whittssg) Not really. I also changed the codes both in file 'node_modules\ng-zorro-antd\fesm2015\ng-zorro-antd-tree.mjs' and 'node_modules\ng-zorro-antd\fesm2020\ng-zorro-antd-tree.mjs' as metioned before. It works if part of my build config in angular.json is `...

Like this? ``` angular.js:11756 POST http://localhost:9000/api/users/572b9b93f5c0ddc40df26057 404 (Not Found)(anonymous function) @ angular.js:11756 sendReq @ angular.js:11517 serverRequest @ angular.js:11227 processQueue @ angular.js:15961(anonymous function) @ angular.js:15977 Scope.$eval @ angular.js:17229 Scope.$digest @ angular.js:17045...

Ah ok.. Ive tried pretty much everything to get debugging working with this stack and brackets but no look so i resorted to console.log for troubleshooting everything on the node...

Yeh nothing in the servers console.. just [0mPOST /api/users/572b.... Prob best if i create my own enpoint to do the update like you mentioned here: https://github.com/angular-fullstack/generator-angular-fullstack/issues/954

OK no probs.. I copied the change password one and changed it a little.. works great now.

Hi @stevejgordon, thanks for explaining, its appreciated. Option 2 was what i was using: `.Text(t => t.Name(n => n.Reason).CopyTo(ct => ct.Field("search")) .Fields(ff=>ff .Keyword(k=>k.Name("keyword").IgnoreAbove(256))))` It seems to work well so I...