1
<cardknox-ifields (load)="onLoad"></cardknox-ifields>
1
<cardknox-ifields (token)="onToken"></cardknox-ifields>
update
. This is not recommended as it will cause an unnecessary amount of function calls. Instead, subscribe only to the events you want to act on.e.data
. The data also contains the event so you can subscribe to multiple events with a single function and a switch
statement, like this:options.autoSubmit
is true. (this is the default).update
will not, work as mentioned above.autoSubmitFormId
is set on the options prop, the component will call submit on the element with that ID. This is useful for smaller applications relying on the form element to handle submission.focusIfield
clearIfield
getToken
true
.error