dioxus/packages/core-macro/tests
Evan Almloff cab573eefd
Synchronous prevent default (#2792)
* add prevent default methods to the event

* sync prevent default almost working

* sync prevent default working

* Move event handling into the runtime

* update core tests

* restore desktop file dialog

* implement prevent default on web

* add a hint about the new prevent default method

* fix web prevent default

* Fix CTRL+click on links

* fix values memorize in place test

* Fix a few more tests

* Add a playwright test for sync prevent default

* Fix core doc tests

* create a deprecated VirtualDom::handle_event

* fix macos imports in desktop

* Fix onmounted event

* Fix liveview support

* switch to RefCell for metadata

* Remove println

* remove prevent default attribute

* remove web specific link behavior

* Fix liveview links

* more liveview fixes for link

* Fix merge conflicts

* Fix clippy

* use the new prevent default in the file upload example
2024-08-13 11:57:54 -07:00
..
rsx Fix some CI (windows + nasm, core-macro error) (#2676) 2024-07-23 09:58:13 -07:00
event_handler.rs Create closure type; allow async event handlers in props; allow short hand event handlers (#2437) 2024-06-10 18:47:07 -07:00
generics.rs Fix deriving props with a where clause and an owner (#2674) 2024-07-22 13:48:39 -07:00
rsx.rs Support Optional Read Signals (#2761) 2024-08-01 19:22:35 +00:00
values_memoize_in_place.rs Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00