Skip to content

Commit 20188a2

Browse files
committed
version 1.7.1
1 parent c5d9662 commit 20188a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AutoCompleteTextBox/AutoCompleteTextBox/AutoCompleteTextBox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
55
<TargetFrameworks>net452;net472;net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
66
<UseWPF>true</UseWPF>
7-
<Version>1.7.0.0</Version>
7+
<Version>1.7.1</Version>
88
<PackageProjectUrl>https://github.com/quicoli/WPF-AutoComplete-TextBox</PackageProjectUrl>
99
<RepositoryType />
1010
<RepositoryUrl>https://github.com/quicoli/WPF-AutoComplete-TextBox</RepositoryUrl>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
Install:
7-
```PM> Install-Package AutoCompleteTextBox -Version 1.7.0```
7+
```PM> Install-Package AutoCompleteTextBox -Version 1.7.1```
88

99

1010
>WPF AutoComplete TextBox is an original work from [Bhardwaj Deepak](http://www.codeproject.com/Tips/801004/WPF-AutoComplete-TextBox)
@@ -30,9 +30,9 @@ This control originally features:
3030
7. Much more from collaborators!
3131

3232

33-
### What's new in version 1.7.0?
33+
### What's new in version 1.7.1?
3434

35-
1. PreviewSelection property added, default true. When false, only places the suggestion's display text in the editor when the selection is committed. (thanks @johnathan-coe)
35+
1. Hot fix: When PreviewSelection is false, ensure scrolling to the selected item. (thanks @johnathan-coe)
3636

3737

3838
### See our Wiki

0 commit comments

Comments
 (0)