You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be possible to trigger an event at the end of a selection ?
Template.myformtemplate.events({
"newadress #myfield": function(evt,tpl) {
var adressdata = AutoForm.getInputValue(...);
// update the UI with the data
}
})
Thanks
The text was updated successfully, but these errors were encountered:
Could it be possible to trigger an event at the end of a selection ?
Thanks
The text was updated successfully, but these errors were encountered: