yew/packages/yew-macro/tests
Tim Kurdov 0091679779
Make `<textarea>` a void element (#3465)
* made <textarea> a void element
* added defaultvalue special attr to <textarea>
* updated error message when trying to pass children to textarea

* updated docs, fixed formatting
* fixed hydration test
* fixed suspense test
* fixed heading in docs
* fixed clippy warnings
* fixed SSR, added SSR test for precedence of value over defaultvalue
* fixing wasm-bindgen-test screwups & replacing deprecated function use
2025-02-20 18:13:07 +00:00
..
classes_macro Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
derive_props Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
function_component_attr Bump the cargo-deps group across 1 directory with 23 updates (#3713) 2024-08-23 02:31:58 +05:00
hook_attr Bump the cargo-deps group across 1 directory with 23 updates (#3713) 2024-08-23 02:31:58 +05:00
hook_macro Update signature of use_prepared_state/use_transitive_state (#3376) 2023-08-19 21:58:36 +09:00
html_lints Make Yew lints opt-in (#2882) 2022-09-25 21:54:24 +09:00
html_macro Make `<textarea>` a void element (#3465) 2025-02-20 18:13:07 +00:00
props_macro Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
classes_macro_test.rs Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
derive_props_test.rs Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
function_attr_test.rs Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
hook_attr_test.rs Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
hook_macro_test.rs Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00
html_lints_test.rs Make Yew lints opt-in (#2882) 2022-09-25 21:54:24 +09:00
html_macro_test.rs silenced non-normalised element name warnings for SVG elements (#3769) 2024-12-13 16:40:14 +08:00
props_macro_test.rs Raise MSRV to 1.76 (#3693) 2024-08-03 16:09:34 +05:00