You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of hx-post to /api/format and hx-target for the input textarea did not have the same effect as with the other usages of swapping the text response from the server.
This ticket tracks both the investigation and removal of the handleFormat JS function hack to get this working, in favour of a pure htmx solution for simplicity.
The text was updated successfully, but these errors were encountered:
The usage of
hx-post
to/api/format
andhx-target
for the inputtextarea
did not have the same effect as with the other usages of swapping the text response from the server.This ticket tracks both the investigation and removal of the
handleFormat
JS function hack to get this working, in favour of a pure htmx solution for simplicity.The text was updated successfully, but these errors were encountered: