Sell an item modal
- Name:
sellAnItemModalTemplate
- Url:
#/sell-an-item-at-auction
- Description: Sell an item modal template.
Preview
Default Template
<div class="row">
<div class="col-6">
<DepartmentInput />
</div>
<div class="col-6">
<CategoryInput />
</div>
<div class="col-6">
<QuantityInput />
</div>
<div class="col-6">
<ReserveInput />
</div>
</div>
<ImageInput />
<DynamicFieldInputs />
The following components support :required="true|false"
option to make them required in the form or not.
<DepartmentInput />
<CategoryInput />
<QuantityInput />
<ReserveInput />