-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
I want to be able to do <div id="alerts" hx-swap-oob="outerHTML transition:true">, which currently leads to the complete swap not working
Lines 759 to 766 in ca03dab
| if (oobValue === "true") { | |
| // do nothing | |
| } else if (oobValue.indexOf(":") > 0) { | |
| swapStyle = oobValue.substr(0, oobValue.indexOf(":")); | |
| selector = oobValue.substr(oobValue.indexOf(":") + 1, oobValue.length); | |
| } else { | |
| swapStyle = oobValue; | |
| } |
billythedummy, TheQueenIsDead, fercomunello, catchychoruses, jos- and 4 more
Metadata
Metadata
Assignees
Labels
No labels