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
I changed my form submit button from onclick to form onsubmit, but the provided delegate is not called, also the custom validation get's not triggered:
I changed my form submit button from onclick to form onsubmit, but the provided delegate is not called, also the custom validation get's not triggered:
I saw that you do not add the required Attribute for the Basic Form
Formbuilder.AddAttribute(5, "OnSubmit", OnSubmit);
The text was updated successfully, but these errors were encountered: