File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments