clear form if successful response
This commit is contained in:
parent
c30653f6fc
commit
6718f345ae
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
@:return_to_main_html()
|
||||
</div>
|
||||
|
||||
<form hx-post="/api/dancers" hx-target="next #dancer_list" hx-swap="afterbegin">
|
||||
<form hx-post="/api/dancers" hx-target="next #dancer_list" hx-swap="afterbegin" hx-on::after-request=" if(event.detail.successful) this.reset()">
|
||||
<div class="flex w-3/5">
|
||||
<div class="relative">
|
||||
<input type="text" id="name" name="name"
|
||||
|
|
Loading…
Reference in a new issue