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:
		| @@ -68,6 +68,7 @@ | ||||
|             text-amount="{{ $textAmount }}" | ||||
|             is-sale-price="{{ $isSalePrice }}" | ||||
|             is-purchase-price="{{ $isPurchasePrice }}" | ||||
|             search-char-limit="{{ $searchCharLimit }}" | ||||
|             notes-setting="{{ $notesSetting }}" | ||||
|         /> | ||||
|  | ||||
|   | ||||
| @@ -77,6 +77,7 @@ | ||||
|                                     type="{{ $type }}" | ||||
|                                     is-sale="{{ $isSalePrice }}" | ||||
|                                     is-purchase="{{ $isPurchasePrice }}" | ||||
|                                     search-char-limit="{{ $searchCharLimit }}" | ||||
|                                 /> | ||||
|                             </td> | ||||
|                         </tr> | ||||
|   | ||||
| @@ -44,6 +44,7 @@ | ||||
|             text-amount="{{ $textAmount }}" | ||||
|             is-sale-price="{{ $isSalePrice }}" | ||||
|             is-purchase-price="{{ $isPurchasePrice }}" | ||||
|             search-char-limit="{{ $searchCharLimit }}" | ||||
|         /> | ||||
|  | ||||
|         <x-documents.form.totals | ||||
|   | ||||
		Reference in New Issue
	
	Block a user