Unplanned
Last Updated: 11 Nov 2020 15:21 by Andrew

Bug report

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.

Reproduction of the problem

  1. Open this project - TextBoxIssues.zip and run it.
  2. Click on the "Text Area Test" link
  3. Enter random data in the two fields that will load and submit the form. The data entered in the TextBox and TextArea is submitted to the controller and returned back to the view.

Current behavior

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.

Expected/desired behavior

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.

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 12 Oct 2020 20:18 by ADMIN
Release 2020.R3.SP.next
Created by: Michael Nikolai
Comments: 0
Category: TextArea
Type: Bug Report
1

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]