In #88 I also had the problem that the focus is lost (#75).
For now I worked around it with a target that has display: none which makes the changes invisible but adding a hx-swap="ignore" option could make implementing actions that don't change the html easier.
In #88 I also had the problem that the focus is lost (#75).
For now I worked around it with a target that has
display: nonewhich makes the changes invisible but adding ahx-swap="ignore"option could make implementing actions that don't change the html easier.