Releases: Blazored/Typeahead
Releases · Blazored/Typeahead
v4.7.0
What's Changed
🐛 Bug Fixes
- (#278) Fixes #217 - bug where the selected value is not displayed - Thanks to @benshemmeld
🧰 Maintenance
- (#280) Updated TFM to .NET 6 and updated CI - Thanks to @chrissainty
v4.6.0
What's Changed
🚀 Features
- (#215) Ability to add an item when no item is found - Thanks to @matijs-toonen
🐛 Bug Fixes
- (#201) MultiSelect fix - Thanks to @HAL-NINE-THOUSAND
🧰 Maintenance
v4.5.1
What's Changed
🐛 Bug Fixes
- (#195) Click event handler to control resetting the component - Thanks to @HAL-NINE-THOUSAND
v4.5.0
What's Changed
🚀 Features
- (#192) Added DisableClear parameter to hide clear button - Thanks to @chrissainty
- (#166) Add a public method to focus the component - Thanks to @kiasyn
🐛 Bug Fixes
- (#193) Added check to only show dropdown icon on disabled control when dropdown mode is active - Thanks to @chrissainty
- (#191) Added a check so reselecting the current selection doesnt update Value - Thanks to @chrissainty
🧰 Maintenance
- (#173) Update BlazoredTypeahead.razor - Thanks to @chris5287
📖 Documentation
- (#194) Docs for using the convert method - Thanks to @chrissainty
v4.4.1
What's Changed
🐛 Bug Fixes
- (#181) Fixes error when pressing backspace in multiselect mode - Thanks to @chrissainty
📖 Documentation
- (#182) Added docs for binding to ValueChanged - Thanks to @chrissainty
v4.4.0
What's Changed
🚀 Features
- (#152) Remove last entry from multi-select by pressing backspace - Thanks to @chrissainty
🐛 Bug Fixes
- (#159) Update blazored-typeahead.js - Thanks to @AskYous
- (#142) Added a null check before adding the event listener - Thanks to @ThaRaven403
🧰 Maintenance
- (#151) Move CI over to GitHub Actions - Thanks to @chrissainty
- (#127) Added questions template and moved to GitHub actions for release drafter - Thanks to @chrissainty
v4.3.0
v4.2.2
V4.2.1
v4.2.0
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.