SearchInput: debounce input and add wait indicator

This commit is contained in:
rektdeckard
2020-08-18 14:16:36 -04:00
parent e1c4a72026
commit 07c708e9fd
3 changed files with 30 additions and 10 deletions

View File

@@ -43,3 +43,8 @@
.clear-icon {
cursor: pointer;
}
.wait-icon {
cursor: wait;
/* opacity: 0.5; */
}