Skip to content

Commit d573cca

Browse files
Update native-events.md
1 parent 7a33bf3 commit d573cca

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

blazor/datepicker/native-events.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ Lambda expressions can be used to pass the event data to the handler. For more d
7777

7878
## List of native events supported
7979

80-
Below are common native DOM events that can be attached to the DatePicker component using `@on<event>` attributes:
81-
82-
| onclick | ondblclick | onmousedown | onmouseup |
80+
| List of Native events | | | |
8381
| --- | --- | --- | --- |
84-
| onmousemove | onmouseover | onmouseout | onwheel |
85-
| onfocus | onblur | onfocusin | onfocusout |
86-
| onkeydown | onkeyup | oninput | onchange |
87-
| ontouchstart | ontouchend | onpointerdown | onpointerup |
82+
| onclick | onblur | onfocus | onfocusout |
83+
| onmousemove | onmouseover | onmouseout | onmousedown | onmouseup |
84+
| ondblclick | onkeydown | onkeyup | onkeypress |
85+
| ontouchend | onfocusin | onmouseup | ontouchstart |

0 commit comments

Comments
 (0)