Merge pull request #5775 from rm-yakovenko/feature/dm-compose-debounce

[Bug Fix] Web UI DM Compose: add debounce to the recipient autocomplete
pull/5826/head
daniel 10 months ago committed by GitHub
commit fdd1627877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save