This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Releases: Blazored/Typeahead
Releases · Blazored/Typeahead
v4.1.0
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
- 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
- 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
Bug Fixes
- Fixes issue where you couldn't select a suggestion with the mouse after typing in a search term.
v4.0.0
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