little-librarian-31218
02/26/2021, 6:59 PM<div>
<input class="form-control" type="text" name="month" value="{{ "now"|date("m-Y") }}"
hx-get="/extraPay/validate/dateformat"
hx-target="#adjustments-tbody"
hx-trigger="keyup changed delay:100ms"
hx-swap="outerHTML"/>
<span id="date-format-message" hx-swap-oob="true" class="help-block" style="display: none"></span>
</div>little-librarian-31218
02/26/2021, 7:00 PM<div>
<table>
<tbody id="adjustments-tbody" hx-swap="outerHTML">
<tr>Some data here</tr>
</tbody>
</div>little-librarian-31218
02/26/2021, 7:04 PMlittle-librarian-31218
02/26/2021, 7:05 PM<span id="date-format-message" hx-swap-oob="true" class="help-block">Invalid month, should be MM-YYYY</span>
<tbody id="adjustments-tbody" hx-swap="outerHTML">
<tr>uh-oh!!!</tr>
</tbody>little-librarian-31218
02/26/2021, 7:08 PMdate-format-message span to display/hide the warning
But when it updates the tbody everything is gone except the text "uh-oh!!!" (in this example). The tbody and tr tags are missing after the request.little-librarian-31218
02/26/2021, 7:11 PMdate-format-message element as the target and the adjustments-tbody as the oob when that happened the adjustments-tbody text just ends up being placed inside the <div> with the input instead of in the proper location on the dom.
Sorry for the long post; I'm a noob on HTMX and I'm unclear how this oob stuff is supposed to work when I need to target different dom sub-heirarchies.mysterious-toddler-20573
02/26/2021, 8:01 PMmysterious-toddler-20573
02/26/2021, 8:01 PMmysterious-toddler-20573
02/26/2021, 8:01 PMlittle-librarian-31218
02/26/2021, 8:02 PMmysterious-toddler-20573
02/26/2021, 8:02 PMmysterious-toddler-20573
02/26/2021, 8:02 PMlittle-librarian-31218
02/26/2021, 8:02 PMmysterious-toddler-20573
02/26/2021, 8:02 PMmysterious-toddler-20573
02/26/2021, 8:02 PMlittle-librarian-31218
02/26/2021, 8:02 PMlittle-librarian-31218
02/26/2021, 8:03 PMlittle-librarian-31218
02/26/2021, 8:04 PMlittle-librarian-31218
02/26/2021, 8:04 PMlittle-librarian-31218
02/26/2021, 8:06 PMmysterious-toddler-20573
02/26/2021, 8:12 PMmysterious-toddler-20573
02/26/2021, 8:12 PMmysterious-toddler-20573
02/26/2021, 8:12 PMmysterious-toddler-20573
02/26/2021, 8:13 PMlittle-librarian-31218
02/26/2021, 8:13 PMmysterious-toddler-20573
02/26/2021, 8:13 PMlittle-librarian-31218
02/26/2021, 8:13 PMmysterious-toddler-20573
02/26/2021, 8:13 PMlittle-librarian-31218
02/26/2021, 8:14 PMlittle-librarian-31218
02/26/2021, 8:14 PM