Currently working on a sophisticated client-side web application and I'm in search of the perfect framework for handling validations. I experimented with JQuery validation plugin, but unfortunately it didn't integrate smoothly with knockout.js data-bind="click: saveData"
binding.
Does anyone know of a dedicated client-side validation framework that is compatible with knockout.js?
Open to any suggestions or recommendations.
Thank you in advance!