You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
We also have not fleshed out the DisplayFormatString and EditFormatString implementations. Those properties exist but are not determined based on attributes (in this case [DisplayFormat]). This gap is similar to #933 and #963 but closely tied to this bug.
Since HasNonDefaultEditFormat is useless without setting EditFormatString correctly, I'll do these three properties together.
dougbu
changed the title
Add HasNonDefaultEditFormat to ModelMetadata
Add [HiddenInput] and support [DisplayFormat(DataFormatString="{format})]Aug 18, 2014
dougbu
changed the title
Add [HiddenInput] and support [DisplayFormat(DataFormatString="{format})]
Support [DisplayFormat(DataFormatString="{format})]Aug 18, 2014
ModelMetadata.HasNonDefaultEditFormat
property from MVC 5.2EditFormatString
and its calculated source@Html.Editor()
helpersHtml5DateRenderingMode.Rfc3339
for an affected property (custom format wins over broad configuration)The text was updated successfully, but these errors were encountered: