mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01:00
feat: app dropdown add infinity scroll (#2696)
This commit is contained in:
@@ -34,7 +34,6 @@ export const WidgetAppInput = ({ property, kind }: CommonWidgetInputProps<"app">
|
||||
<Select
|
||||
label={tInput("label")}
|
||||
searchable
|
||||
limit={10}
|
||||
leftSection={<MemoizedLeftSection isPending={isPending} currentApp={currentApp} />}
|
||||
nothingFoundMessage={t("widget.common.app.noData")}
|
||||
renderOption={renderSelectOption}
|
||||
|
||||
Reference in New Issue
Block a user