aspnetcore/test
Doug Bunting 7e166295ba Simplify `<select/>` tag helper `multiple` attribute handling
- #1516
- `allowMultiple == true` when model has a collection type
 - ignore any `multiple` attribute in Razor source when generating element
- simplify tests too: fewer error cases

Note Razor author could allow browser user to submit values model binding
will likely ignore: Could mix a `multiple` attribute with a non-collection
`asp-for` expression.
2015-02-10 19:01:30 -08:00
..
Microsoft.AspNet.Mvc.Common.Test
Microsoft.AspNet.Mvc.Core.Test Makes attribute routing respond to AD updates 2015-02-10 16:01:22 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Issue #1445 - Cleanup on MvcOptions.ApplicationModelConventions. 2015-02-10 13:17:19 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test PR comments 2015-02-09 16:24:28 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test Results of parsing _ViewStart files should be cached 2015-02-10 13:48:33 -08:00
Microsoft.AspNet.Mvc.Razor.Test Remove IRazorFileProviderCache and rely on file expiration triggers to 2015-02-09 15:08:26 -08:00
Microsoft.AspNet.Mvc.TagHelpers.Test Simplify `<select/>` tag helper `multiple` attribute handling 2015-02-10 19:01:30 -08:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest
Microsoft.AspNet.Mvc.Xml.Test
WebSites Issue #1445 - Cleanup on MvcOptions.ApplicationModelConventions. 2015-02-10 13:17:19 -08:00