Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

No @Html.Editor() template for multiline text #965

@dougbu

Description

@dougbu

This is a functional gap compared to MVC 5.2. While we have all @Html.TextArea() overloads, the corresponding default editor template (MultilineTextTemplate()) does not yet exist. @Html.Editor() will return an <input> (not <textarea>) element for properties with an applied [DataType(DataType.MultilineText)].

Note bug #933 also blocks the [DataType(DataType.MultilineText)] scenario. But fixing this bug would at least allow developers to usefully set ModelMetadata.DataTypeName to "MultilineText". The scenario would work from there.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions