fix(examples): repair html dynamic partial interactions
Preserve data-hemx-revealed through hemx-build and make html_examples lazy/load-more/infinite/search interactions return server-driven partial updates with regression coverage. req: convention/005 req: htmx_equivalents/002 req: examples/001
This commit is contained in:
@@ -1047,6 +1047,7 @@ fn __hemx_lower_html(html: &str, table: &[(&str, &str, u32)]) -> ::std::string::
|
||||
"data-hemx-slot" => "data-sid",
|
||||
"data-hemx-handle" => "data-hid",
|
||||
"data-hemx-form" => "data-fid",
|
||||
"data-hemx-revealed" => "data-hemx-revealed",
|
||||
"data-hemx-atom" => "data-aid",
|
||||
_ => continue,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user