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

Tag Helpers: <input/> tag helper #1245

Closed
dougbu opened this issue Oct 6, 2014 · 3 comments
Closed

Tag Helpers: <input/> tag helper #1245

dougbu opened this issue Oct 6, 2014 · 3 comments
Assignees
Milestone

Comments

@dougbu
Copy link
Contributor

dougbu commented Oct 6, 2014

No description provided.

@dougbu dougbu added this to the 6.0.0-beta1 milestone Oct 6, 2014
@dougbu dougbu self-assigned this Oct 6, 2014
@dougbu
Copy link
Contributor Author

dougbu commented Oct 6, 2014

Example open questions include:

  • should <input/> infer a "type" attribute if none is provided explicitly?
  • should <input/> infer a format for the generated "value" attribute if none is provided explicitly?

For both of these, note that today only @Html.Display() and related template helpers make similar inferences (based on data annotations).

dougbu added a commit that referenced this issue Oct 15, 2014
- first part of #1245
dougbu added a commit that referenced this issue Oct 15, 2014
- first part of #1245
@dougbu
Copy link
Contributor Author

dougbu commented Oct 15, 2014

Given coverage for <input/> in the Tag Helper sample, may provide only minimal unit tests. If so will file a follow-up bug for thorough testing. I suggest we do that work early in the escrow period for Beta.

dougbu added a commit that referenced this issue Oct 16, 2014
- first part of #1245
dougbu added a commit that referenced this issue Oct 17, 2014
- first part of #1245
@dougbu
Copy link
Contributor Author

dougbu commented Oct 17, 2014

Fixed w/ commit 012e03e

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants