reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
bump frontend deps 093
bump-frontend-deps-093
14 minutes ago
bump backend deps
bump-backend-deps
60 minutes ago
fix: Textarea enter_key_submit uses add_custom_code instead of _get_all_custom_code (#6485) * fix: Textarea enter_key_submit uses add_custom_code instead of _get_all_custom_code The Textarea component's auto_height and enter_key_submit features relied on overriding _get_all_custom_code to inject JavaScript helper functions. However, the compiler's builtin plugin collects custom code via _get_custom_code (singular) and add_custom_code, not _get_all_custom_code (plural). This caused both autoHeightOnInput and enterKeySubmitOnKeyDown to be missing from compiled pages, resulting in ReferenceError at runtime. Fix by implementing add_custom_code (the intended mechanism for injecting module-level JS) and removing the _get_all_custom_code override, since the parent class already merges add_custom_code results into _get_all_custom_code. Fixes #6482 * test: cover Textarea enter_key_submit / auto_height custom code injection Add unit tests asserting the JS helpers are emitted via add_custom_code, plus a Playwright regression test for the enter_key_submit behavior. Tighten the add_custom_code docstring. --------- Co-authored-by: Arya Rizky <algojogacor@users.noreply.github.com> Co-authored-by: Farhan Ali Raza <farhanalirazaazeemi@gmail.com>
main
2 hours ago
refactor: accept Sequence in passthrough_children_var for broader call sites
FarhanAliRaza:immutability
2 hours ago
Update customers link in marketing navbar (#6487)
main
2 hours ago
Internal Demo Form accepts extra on_submit handlers (#6486)
main
2 hours ago
Update customers link in marketing navbar
carlos/update-case-studies-navbar-link
2 hours ago
Internal Demo Form accepts extra on_submit handlers
aditya/demo-form-extra-submit
2 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
bump frontend deps 093
#6489
17 minutes ago
7227e31
bump-frontend-deps-093
CodSpeed Performance Gauge
0%
bump backend deps
#6488
1 hour ago
7b70e36
bump-backend-deps
CodSpeed Performance Gauge
+3%
refactor: freeze components after create and use copy_with for mutations
#6468
2 hours ago
37da3ed
FarhanAliRaza:immutability
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs