The basics: hx-params

03/02/2024 3 min Temporada 1 Episodio 12
The basics: hx-params

Listen "The basics: hx-params"

Episode Synopsis


ok, you are submitting a form.. but what if you don't want to submit the whole thing?Use what only i call "the mysql selector of htmx"hx-params="first_name, last_name, state"or what if you wanted to exclude a field?hx-params="not secret_field"