Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
359B

  1. <div class="control is-expanded">
  2. <input class="input is-fullwidth"
  3. form="search-form"
  4. hx-include="[name='search-form']"
  5. hx-post="/builder/search"
  6. hx-target="#search-results"
  7. hx-trigger="change"
  8. min="0"
  9. name="{{ name | lower }}"
  10. placeholder="{{ name }}"
  11. type="number">
  12. </div>