Merge pull request #2200 from bengu-thon-mai-mochi/item-input-search

Fetch items only after default character limit is reached
This commit is contained in:
Cüneyt Şentürk
2021-07-27 18:10:39 +03:00
committed by GitHub
8 changed files with 69 additions and 17 deletions

View File

@ -68,6 +68,7 @@
text-amount="{{ $textAmount }}"
is-sale-price="{{ $isSalePrice }}"
is-purchase-price="{{ $isPurchasePrice }}"
search-char-limit="{{ $searchCharLimit }}"
notes-setting="{{ $notesSetting }}"
/>

View File

@ -77,6 +77,7 @@
type="{{ $type }}"
is-sale="{{ $isSalePrice }}"
is-purchase="{{ $isPurchasePrice }}"
search-char-limit="{{ $searchCharLimit }}"
/>
</td>
</tr>

View File

@ -44,6 +44,7 @@
text-amount="{{ $textAmount }}"
is-sale-price="{{ $isSalePrice }}"
is-purchase-price="{{ $isPurchasePrice }}"
search-char-limit="{{ $searchCharLimit }}"
/>
<x-documents.form.totals