reflex/tests/components
Masen Furer 56476d0a86
Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891)
* Expose preventDefault and stopPropagation for DOM events

All EventHandler, EventSpec, and EventChain can now carry these extra
"event_actions" that will be applied inside the frontend code when an event is
triggered from the DOM.

Fix #1621
Fix REF-675

* Test cases (and fixes) for "event_actions"

* form: from __future__ import annotations

for py38, py39 compat

* Revert overzealous merge conflict resolution
2023-10-31 11:42:42 -07:00
..
base Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
datadisplay Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00
forms Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00
graphing Core Graphing -> Recharts (#1878) 2023-10-04 15:05:08 -07:00
layout Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00
media Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00
typography Improve default rx.markdown styling (#1904) 2023-10-02 11:52:16 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_component.py Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
test_tag.py Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00