Skip to content

Commit 52973ce

Browse files
committed
Update README.md
1 parent 140883e commit 52973ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can also use `<Border validationScope:Scope.ForInputTypes="{x:Static validat
8282
##### InputTypeCollection.Default contains:
8383
typeof(Scope),
8484
typeof(TextBoxBase),
85-
typeof(Selector),
85+
typeof(ComboBox),
8686
typeof(ToggleButton),
8787
typeof(Slider)
8888
And should be enough for most scenarios when you don't have third party controls for example a third party textbox that does not derive from `TextBoxBase`

0 commit comments

Comments
 (0)