ryanelian / aspnet-validation

Enables ASP.NET MVC client-side validation without jQuery!
MIT License
40 stars 13 forks source link

Support formnovalidate attribute or other way to exclude button from validation #8

Open ridercz opened 5 years ago

ridercz commented 5 years ago

Currently there is no way to exclude button (like 'Back', 'Delete' etc.) from client-side validation.

It would be nice if your library supported for example the standard formnovalidate attribute.