mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): clear combobox value when selectedOption is undefined (#14334)
This commit is contained in:
parent
b9e98d2706
commit
447ff6fcb3
4 changed files with 42 additions and 11 deletions
|
|
@ -218,7 +218,7 @@
|
|||
const getInputPosition = () => input?.getBoundingClientRect();
|
||||
|
||||
$effect(() => {
|
||||
// searchQuery = selectedOption ? selectedOption.label : '';
|
||||
searchQuery = selectedOption ? selectedOption.label : '';
|
||||
});
|
||||
|
||||
let filteredOptions = $derived(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue