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
Think it's should be more simple way to process entire form, like
$('#myForm').phoenix({
namespace: 'regData'+regType,
maxItems: 100,
saveInterval: 1000
});
Just check element name, and if it's a form force processing of inner input elements (input,textarea,select etc).
The text was updated successfully, but these errors were encountered:
Think it's should be more simple way to process entire form, like
The text was updated successfully, but these errors were encountered: