Chris Fox
Results
2
issues of
Chris Fox
When I run autogrow it seems to change the focus to the textarea, causing my page to immediately scroll down. How can I prevent that?
Please can you help: I have implemented my controller action as [HttpPatch] [Authorize] [Route("Projects/{projectID}/Insights/{id}")] public ActionResult InsightPatch (Guid projectID, Guid id, JsonPatchDocument patchData) { ... some stuff... } I then...