reflex/integration
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
..
init-test Disable metrics in CI (#1822) 2023-09-15 18:15:25 -07:00
__init__.py Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00
conftest.py Client-side Routing (404 redirect) (#1695) 2023-09-05 16:22:00 -07:00
test_background_task.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_call_script.py Support callback for rx.call_script (#2045) 2023-10-26 17:54:48 -07:00
test_client_storage.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_connection_banner.py App: only render default overlay_component when DefaultState is not used (#1744) 2023-09-05 16:22:25 -07:00
test_dynamic_routes.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_event_actions.py Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
test_event_chain.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_form_submit.py Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
test_input.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_login_flow.py [REF-938] Fix up radix themes issues (#2002) 2023-10-24 14:29:54 -07:00
test_radix_themes.py [REF-938] Fix up radix themes issues (#2002) 2023-10-24 14:29:54 -07:00
test_server_side_event.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_table.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_upload.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
test_var_operations.py Fix AppHarness tests (#1987) 2023-10-18 01:46:13 +02:00
utils.py Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00