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 4fe11b3 commit e23b0c7Copy full SHA for e23b0c7
knowledge-base/combobox-prevent-numeric.md
@@ -33,7 +33,7 @@ To prevent users from entering numbers in the ComboBox:
33
34
Below is the implementation:
35
36
-`````Razor
+`````RAZOR
37
<div onkeydown="preventNumbers(event)">
38
<TelerikComboBox Data="@ComboData"
39
Value="@ComboValue"
0 commit comments