Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Releases: Blazored/Typeahead

v4.1.0

25 Oct 09:04
Compare
Choose a tag to compare

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.

v4.0.5

25 Oct 08:13
a0d3fbb
Compare
Choose a tag to compare
  • Improves focus styling on typeaheads with dropdown enabled
  • Improves focus styling on typeaheads with a selected value when tabbing into them

v4.0.4: Merge pull request #60 from Blazored/fixes-and-features

24 Oct 14:44
a7cfcea
Compare
Choose a tag to compare
  • 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

v4.0.1

22 Oct 10:36
Compare
Choose a tag to compare

Bug Fixes

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

v4.0.0

22 Oct 10:00
dbb5150
Compare
Choose a tag to compare

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