Merge pull request #175 from Oliver-Akins/feature/incrementer-component
Custom Web Components
This commit is contained in:
commit
118dcfb71c
16 changed files with 543 additions and 63 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue