Open zipus opened 7 months ago
HTMX allows using multitude of elements to make get and post requests. We should allow htmx tag elements (hx-get, hx-post, hx-delete, hx-put, hx-patch) to work with the extension. Note the data- prefix as explained on docs.
hx-get
hx-post
hx-delete
hx-put
hx-patch
HTMX allows using multitude of elements to make get and post requests. We should allow htmx tag elements (
hx-get
,hx-post
,hx-delete
,hx-put
,hx-patch
) to work with the extension. Note the data- prefix as explained on docs.