After a page is rendered a field that was set to be required with KO to "data-value=true" is, after user input, not needed to be validated by JQuery unobtrusive validation. How can the attribute be updated to "false" so that the field will not be set to required?
I have tried unsuccessfully using f.attr("data-val", "false"), which updates the Object itself and not attr: item.