We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3330b4d commit 5fc5932Copy full SHA for 5fc5932
README.md
@@ -4,7 +4,7 @@
4
5
6
Install:
7
-```PM> Install-Package AutoCompleteTextBox -Version 1.2.3```
+```PM> Install-Package AutoCompleteTextBox -Version 1.3.0```
8
9
10
>WPF AutoComplete TextBox is an original work from [Bhardwaj Deepak](http://www.codeproject.com/Tips/801004/WPF-AutoComplete-TextBox)
@@ -21,9 +21,7 @@ This control originally features:
21
22
### Changes/improvements
23
24
-1. I've included two more properties for making things easier:
25
- * MaxLength
26
- * CharacterCasing
+1. More properties for making things easier:
27
2. Also, fixed up the focus control.
28
3. Removed VB.NET stuff from original solution.
29
4. Added a new demo showcasing the new capabilities
0 commit comments