ng-dynamic-forms icon indicating copy to clipboard operation
ng-dynamic-forms copied to clipboard

Submit event gets fired when you hit enter inside Input box

Open Nileshdcool opened this issue 4 years ago • 0 comments

I have new DynamicInputModel({ id: 'title', label: 'Title', maxLength: 10, placeholder: 'Title' }),

so after entering the details , if I hit enter it executes form;s submit event which then executes its method defined inside it.

Nileshdcool avatar Apr 15 '20 08:04 Nileshdcool