diff --git a/app/components/ui-lib.tsx b/app/components/ui-lib.tsx index bc7128fe7..1fa614f3b 100644 --- a/app/components/ui-lib.tsx +++ b/app/components/ui-lib.tsx @@ -523,8 +523,11 @@ export function Selector(props: { } return (
props.onClose?.()}> -
- {/* todo: add searchbox */} +
e.stopPropagation()} + > + {/* title and search box */}
{Locale.UI.SelectorTitle} @@ -539,6 +542,7 @@ export function Selector(props: { />
+ {/* list content */} {filteredItems.length ? ( filteredItems.map((item, i) => {