Skip to content

Commit e23b0c7

Browse files
xristianstefanovTsvetomir-Hr
authored andcommitted
Update knowledge-base/combobox-prevent-numeric.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent 4fe11b3 commit e23b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/combobox-prevent-numeric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To prevent users from entering numbers in the ComboBox:
3333

3434
Below is the implementation:
3535

36-
`````Razor
36+
`````RAZOR
3737
<div onkeydown="preventNumbers(event)">
3838
<TelerikComboBox Data="@ComboData"
3939
Value="@ComboValue"

0 commit comments

Comments
 (0)