Sfoglia il codice sorgente

Web UI DM Compose: add debounce to the recipient autocomplete

Rm Yakovenko 4 mesi fa
parent
commit
e97e39a05b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      resources/assets/components/Direct.vue

+ 1 - 0
resources/assets/components/Direct.vue

@@ -92,6 +92,7 @@
 							aria-label="Search usernames"
 							:get-result-value="getTagResultValue"
 							@submit="onTagSubmitLocation"
+							:debounce-time="500"
 							ref="autocomplete"
 						>
 						</autocomplete>