Typeahead

Typeahead control for Blazor applications

MIT License

Stars
439
Committers
20

Bot releases are hidden (Show)

Typeahead - v4.3.0

Published by chrissainty over 4 years ago

Bug Fixes

  • #112 - Reworked the JavaScript to use an older syntax, compatible with IE11
  • #110 - Added check for element before calling focus

Features

  • #91 - Added the ability to be able to tab into the control and start typing without the need to press enter/mouse click first.
  • #111 - Added a new HelpTemplate which is shown when the user hasn't reached the specific MinimumLength to perform a search.
  • Slight perf improvements
Typeahead - v4.2.2

Published by chrissainty almost 5 years ago

Features

  • #98 - Added the ability for developers to set stop propagation and prevent default on the input control.

Misc

  • The component has been reworked to use a partial class design instead of a base class.
Typeahead - V4.2.1

Published by chrissainty almost 5 years ago

Bug Fixes

  • When the control was bound to a null value and it was also disabled, it would cause an exception as it tried to load the SelectedTemplate passing the null value. This is now fixed.
  • #81 - Control will now retain focus after a value is selected
Typeahead -

Published by chrissainty almost 5 years ago

Features

  • New header template - You can now define a header template which shows at the top of the suggestions drop down. Thanks to @natsuo
  • Show suggestions using down arrow - If the EnableDropDown param is true users can active the suggestions drop down by pressing the down arrow when the control is in focus. Thanks to @magahl
  • Ability to disable the typeahead in multi-select mode
  • Values are now displayed when typeahead is disabled
  • When only one suggestion is present in the suggestions list, pressing enter will automatically select it.
Typeahead -

Published by chrissainty almost 5 years ago

New Features

  • New option, ShowDropDownOnFocus, opens the suggestions dropdown when the control gains focus and is in search mode. If the control already has a selected value then the user will need to press the enter key to toggle to search mode and the suggestions dropdown will appear at this point.
Typeahead -

Published by chrissainty almost 5 years ago

  • Improves focus styling on typeaheads with dropdown enabled
  • Improves focus styling on typeaheads with a selected value when tabbing into them
Typeahead -

Published by chrissainty almost 5 years ago

  • Ability to close the drop down by clicking outside the control
  • The correct CSS classes for valid and invalid are now applied to the Typeahead when using within a form
  • Improved the tabbing experience
Typeahead -

Published by chrissainty almost 5 years ago

Bug Fixes

  • Fixes issue where you couldn't select a suggestion with the mouse after typing in a search term.
Typeahead -

Published by chrissainty almost 5 years ago

Warning - This release contains breaking changes.

Bug Fixes

  • Fixed ability to programmatically clear text

New Features

  • Only one control now which works independently or inside an EditForm component.
  • Blazored.Typeahead.Forms namespace removed.
  • Ability to bind to a different type than used in the suggestion list (i.e. bind to an Id (int) but search on a person)
  • Added ability to disable the typeahead
  • Added arrow key navigation
  • Ability to toggle dropdown style on/off
  • Ability to multi-select items
Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Nuget version Nuget downloads
Related Projects