uon-nuget / UoN.ExpressiveAnnotations.NetCore

Annotation-based conditional validation library.
Other
29 stars 12 forks source link

See if it works with jquery-free validation alternatives #1

Closed beforan closed 6 years ago

beforan commented 6 years ago

While the ASP.NET Core have not officially opted to move away from their jquery plugin for client side validation (which Expressive Annotations and this library work with enhancing), they have conceded that a jquery-free implementation might be desirable.

This has been created: https://github.com/ryanelian/aspnet-validation

It would be interesting to investigate whether it is a viable drop-in replacement for jquery-unobtrusive-validation, to the extent of the EA code still working.

Obvs not a super priority, but perhaps interesting to pursue sometime.

beforan commented 6 years ago

it definitely doesn't at the moment - requires jQuery to be globally defined, too.