Charlie Greenman

Results 36 comments of Charlie Greenman

It probably makes sense for the community to have a custom pipe setup for tree-cdk and mat-tree. Something I am going to think on. Not being able to implement using...

I am having this issue as well. E.g. if suffix is `.sh` then i won't be able to input `h` It's caused by code here: https://github.com/JsDaddy/ngx-mask/blob/develop/projects/ngx-mask-lib/src/lib/mask-applier.service.ts#L101-L104

I made a pull request here to solve this issue for anyone interested: https://github.com/JsDaddy/ngx-mask/pull/1039

For anyone else wondering. What I decided to do is flatten the array, and create an object specifying the level and content. Something like this: ```ts const h2H3Array = props.strapiArticles["articleSections"]...

> @CharlieGreenman thanks for providing your solution. However, I cannot get it working with map function and send to nested component. See https://github.com/makotot/react-scrollspy/issues/209 . Could you help me and take...

@pegma-repo + @l1b3r great stuff

@Qocotzxin thank you for commenting! If I may, I'm not sure if this solves my personal use case. For instance, would you be able to include this with FormControl/FormGroup, without...

Hey @BenLune feel free to join the github.com/razroo discord and we can chat about it https://discord.gg/KrujUmMC

@BenLune what we did back then(i believe) is create layer over the mat-datpicker. Every time the value changes, take the date and return a string instead

For the record, the workaround did not work for me, and this is still an issue. Wondering if we can discuss further? I am getting the error that "t is...