You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/combobox-prevent-numeric.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ I want to restrict typing numbers in the [`ComboBox`](slug:components/combobox/o
28
28
29
29
To prevent users from entering numbers in the ComboBox:
30
30
31
-
1. Wrap the component in an HTML element and use the `onkeydown` event to capture every keystroke.
31
+
1. Wrap the component in an HTML element and use the [`onkeydown` event](https://www.w3schools.com/jsref/event_onkeydown.asp) to capture every keystroke.
32
32
2. Implement a JavaScript function that prevents the numbers.
0 commit comments