feat: Working purchase order table and form.
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
hx-swap-oob="#(htmxSwapOob)"
|
||||
#endif
|
||||
#if(htmxResetAfterRequest):
|
||||
hx-on::after-request=" if(event.detail.successful) this.reset()"
|
||||
hx-on::after-request=" if(event.detail.successful) this.reset(); toggleContent('form');"
|
||||
#endif
|
||||
hx-disabled-elt="find input[type='text'], find button, find input[type='submit']"
|
||||
>
|
||||
#import("formBody")
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user