numerus/web/template/invoices
jordi fita mas b6668e72ef Trigger filter form on change and search, as well as submit as before
Changed the invoice number field’s type to search to add the delete icon
on Chromium.  Firefox does not add that icon, but i do not care; it is
still better that type="text".

Had to emit the change event to the numerus-tag field, otherwise the
form would not detect the change.

I also can not use keyup as a trigger because the changed modifier can
not be used in the <form>, as nothing ever changes, i do not know how to
trigger the form from children (i.e., data-hx-trigger on the <input>
does nothing), and i can not trigger for just any keyup, or i would
make the request even if they only moved the cursor with the arrow keys,
which is very confusing as Firefox resets the position (this may be due
the fact that i reload the whole <main>, but still).
2023-04-03 12:45:15 +02:00
..
edit.gohtml Boost all breadcbrumb links 2023-04-02 16:10:13 +02:00
index.gohtml Trigger filter form on change and search, as well as submit as before 2023-04-03 12:45:15 +02:00
new.gohtml Boost all breadcbrumb links 2023-04-02 16:10:13 +02:00
products.gohtml Boost all breadcbrumb links 2023-04-02 16:10:13 +02:00
view.gohtml Boost all breadcbrumb links 2023-04-02 16:10:13 +02:00