Bug report
TextAreaFor editor is missing in ASP.NET Core and ASP.NET MVC wrappers.
Environment
* **Kendo UI version:** 2020.3.915
* **jQuery version:** 1.12.4
* **Browser:** [all]
When a TextArea is submitted in a form, the entered data is correctly passed to the controller. If we return this data back from the controller to the View, the model field value is not loaded by the TextArea.
*When the controller data is returned to the View, a "value" attribute appears in the TextArea. This value attribute holds the model field value sent by the controller.
After the data is returned from the controller, the "Name" input keeps the data entered before the form submit but the "Reason" TextArea is empty.
After the form is submitted and the data from the controller is returned to the View, both the "Name" input and the "Reason" textarea should contain the values entered before submission.