I am using angular-formly plugin to display my form. I have an input field. When user enters a character in the field, i will add only one more input box. So, onKeyUp
listener must be triggered only once like $.once
in jquery.
I am not sure, how to do this with Angular-formly. Plunker code here adds a new field for every character which is not desired.