Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quicoli committed Sep 21, 2022
1 parent e32617f commit 5af63b1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


Install:
```PM> Install-Package AutoCompleteTextBox -Version 1.5.0```
```PM> Install-Package AutoCompleteTextBox -Version 1.6.0```


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


### What's new in version 1.5.0?

1. property MaxPopupWidth : self explanatory :)
This closes #39, allow MaxWidth to be set on popups

2. Bug fixes: #52, #45, #40
### What's new in version 1.6.0?

1. Keyboard focus improvements (thanks @mitchcapper)
2. Binding error on generic style (thanks @kmathiasen)
3. Removed support of .NET 5
4. Added support for .NET 4.8


### UPDATED DEMO !!!
Expand Down

0 comments on commit 5af63b1

Please sign in to comment.