Emmanuel Nyachoke

Results 25 comments of Emmanuel Nyachoke

@GeekyMonkey Did you figure this out

Anyway if somebody needs it ```Javascript public fileControl = new FormControl(); ngOnInit() { this.fileControl.setValue('url', { emitEvent: false}); } ``` ```html ```

:+1: We are currently dealing with a similar project we have a pretty complex form and we are using formly but we are running into lots of performance issues. We...

There are times you may have a model like this ``` javascript questions: [{ type: "group", key:"nested", questions: [{ type: 'text', key: 'firstName', value: 'John Doe', label: 'First Name', validation:...

Something on like a form with an address http://blog.thoughtram.io/angular/2016/06/22/model-driven-forms-in-angular-2.html

I have a custom schema and I made a very poor attempt at something like this https://github.com/enyachoke/angular2-formentry (a prototype really). What I like about your code is it is well...

Hi @devdattakulkarni will you be upgrading the project to support 1.22?

Thanks @devdattakulkarni I just found the project last week and I wanted to spin up a cluster to evaluate it I think I used 1.23. I can definitely spin one...

This is really Important. I have been depending on reading the tests. Maybe I should convert them into documentation.

Hi @MatteoJoliveau how far is this feature.