reflex/tests/utils
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__.py Add serializers for different var types (#1816) 2023-09-15 17:19:26 -07:00
test_format.py Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
test_hosting.py add region check upfront when user deploys interactively (#2030) 2023-10-26 10:07:49 -07:00
test_serializers.py fix serialization as a whole for list/dict/Base containing custom items to serialize (#1984) 2023-10-17 10:44:54 -07:00
test_utils.py Props as Literals (#1921) 2023-10-15 20:16:39 -07:00