Results 15 comments of Justin Peterson

@tomhoogenboom it seems double tap is a tap with an interval between taps. If you look at the recognizers it shows it as Hammer.Tap, so it looks something like this:...

Any traction on this? Would be immensely useful.

I'm currently in need of this for our client. We've got a 2 way binding going on but all nested objects aren't copied over. I tried to use onChange and...

Pulled the latest master branch down and am running locally. I see the same issue with your code / examples. The "Custom bindings" and "Other Schema" examples both have arrays...

Hey @ebrehault thanks so much for quickly taking a look into this. I pulled the branch down and am still seeing the same issue. Here's the scenario I'm running, when...

Okay, so I came across [issue 233](https://github.com/guillotinaweb/ngx-schema-form/issues/233). I simply changed [(model)] to [(ngModel)] and it seemed to have fixed my problem! When changing my models, everything appears to bind up...

It did not work with the branch you created. I had to change my binding in order for it to work.

I've been trying to achieve this through a custom widget and for whatever reason it's not being picked up: ` @Component({ selector: 'sf-button-widget', template: '{{button.label}}' }) export class NgxButtonComponent extends...

@ebrehault yes I did, also to declarations: ` declarations: [AppComponent, MockEditComponent, NgxButtonComponent], entryComponents: [NgxButtonComponent],`

Thanks @ebrehault i'll have a look at this code, compare notes and report back