Twitter.Typeahead.MVC.Model
1.0.6
See the version list below for details.
dotnet add package Twitter.Typeahead.MVC.Model --version 1.0.6
NuGet\Install-Package Twitter.Typeahead.MVC.Model -Version 1.0.6
<PackageReference Include="Twitter.Typeahead.MVC.Model" Version="1.0.6" />
paket add Twitter.Typeahead.MVC.Model --version 1.0.6
#r "nuget: Twitter.Typeahead.MVC.Model, 1.0.6"
// Install Twitter.Typeahead.MVC.Model as a Cake Addin #addin nuget:?package=Twitter.Typeahead.MVC.Model&version=1.0.6 // Install Twitter.Typeahead.MVC.Model as a Cake Tool #tool nuget:?package=Twitter.Typeahead.MVC.Model&version=1.0.6
This package extends upon the Twitter.Typeahead library and the Twitter.Typeahead.MVC library by hooking typeahead to MVC models. With a few configuration tweaks, you'll be connecting typeahead.js to your model in minutes! View a step-by-step tutorial on how to use this package at https://timdwilson.github.io/typeahead-mvc-model. Report issues to https://github.com/timdwilson/typeahead-mvc-model/issues
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.Mvc (>= 5.1.2)
- Microsoft.AspNet.Web.Optimization (>= 1.1.2)
- Twitter.Typeahead (>= 0.10.5)
- Twitter.Typeahead.MVC (>= 1.1.2)
- WebActivatorEx (>= 2.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
AutocompleteFor now works with indexed variables (for example if used in a for loop) for both idExpression and valueExpression.
AutocompleteFor now optionally accepts htmlAttributes. These are all non-breaking changes. You must also manually specify the form-control class if this desired. This is the default behavior of EditorFor (for which this control is a wrapper for) but was hard-coded in the past.