reflex/reflex/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 Remove 0.3.0 deprecated features (#1947) 2023-10-19 09:44:32 -07:00
datadisplay fix editable column and theme casting (#2051) 2023-10-27 09:38:25 -07:00
disclosure Props as Literals (#1921) 2023-10-15 20:16:39 -07:00
feedback Props as Literals (#1921) 2023-10-15 20:16:39 -07:00
forms Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
graphing Remove victory charts (#1945) 2023-10-24 14:20:03 -07:00
layout Props as Literals (#1921) 2023-10-15 20:16:39 -07:00
libs Add none to color scheme literal (#2055) 2023-10-27 11:21:21 -07:00
media Props as Literals (#1921) 2023-10-15 20:16:39 -07:00
navigation Props as Literals (#1921) 2023-10-15 20:16:39 -07:00
overlay Props as Literals (#1921) 2023-10-15 20:16:39 -07:00
radix [REF-938] Fix up radix themes issues (#2002) 2023-10-24 14:29:54 -07:00
tags Var field cleanup (#1943) 2023-10-13 14:53:55 -07:00
typography Update base template (#2027) 2023-10-26 17:59:14 -07:00
__init__.py fix editable column and theme casting (#2051) 2023-10-27 09:38:25 -07:00
component.py Expose DOM event actions on EventHandler, EventSpec, and EventChain (stopPropagation) (#1891) 2023-10-31 11:42:42 -07:00
literals.py Add datagrid editor (#1941) 2023-10-26 16:17:34 -07:00