When I use the following code, it renders two textareas with the same name:
<ejs-richtexteditor ejs-for="Description" id="Description"></ejs-richtexteditor>
It renders this:
<textarea name="Description" id="Description" data-val="true" ejs-for="true" class="e-control e-richtexteditor e-lib e-rte-hidden"></textarea>
<textarea id="Description-value" name="Description" class="e-rte-hidden"></textarea>
The problem now is the model binding will not work as there are two form keys with name "Description". I am using version 17.4.0.53