mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-03 07:45:21 +00:00
Don't need the send in the value for the attr
This commit is contained in:
parent
d4e3335618
commit
fb5d2a864c
@ -21,7 +21,7 @@ of the event specified by [`hx-trigger`])
|
|||||||
<div id="chat_room">
|
<div id="chat_room">
|
||||||
...
|
...
|
||||||
</div>
|
</div>
|
||||||
<form ws-send="send">
|
<form ws-send>
|
||||||
<input name="chat_message">
|
<input name="chat_message">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user