jordi fita mas
b6668e72ef
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). |
||
---|---|---|
.. | ||
contacts | ||
invoices | ||
products | ||
app.gohtml | ||
dashboard.gohtml | ||
form.gohtml | ||
login.gohtml | ||
main.gohtml | ||
modal.gohtml | ||
profile.gohtml | ||
tax-details.gohtml | ||
web.gohtml |