Hello everyone, may I ask some question? How can ...
# 🔥-django-htmx
b
Hello everyone, may I ask some question? How can I swap the value of an attribute of an field within an hx-swap-oob in a django template? I'd like to change the placeholder text when the item is added within a form an after clicking the button. The setup works, as outerHTML oob-swap changes the whole input element, but I only want to change the "placeholder" attribute.