Begin work on a custom element for incrementer

This commit is contained in:
Oliver-Akins 2024-04-03 23:00:57 -06:00
parent 1c2ced321b
commit d5429b7b34
7 changed files with 137 additions and 7 deletions

View file

@ -73,13 +73,14 @@
<label for="{{meta.idp}}-quantity">
Quantity
</label>
<input
<dd-incrementer value="{{system.supplies}}"></dd-incrementer>
{{!-- <input
type="number"
min="0"
name="system.quantity"
value="{{system.quantity}}"
id="{{meta.idp}}-quantity"
>
> --}}
{{else}}
Quantity
{{system.quantity}}