feat: app dropdown add infinity scroll (#2696)
This commit is contained in:
@@ -34,7 +34,6 @@ export const WidgetAppInput = ({ property, kind }: CommonWidgetInputProps<"app">
|
|||||||
<Select
|
<Select
|
||||||
label={tInput("label")}
|
label={tInput("label")}
|
||||||
searchable
|
searchable
|
||||||
limit={10}
|
|
||||||
leftSection={<MemoizedLeftSection isPending={isPending} currentApp={currentApp} />}
|
leftSection={<MemoizedLeftSection isPending={isPending} currentApp={currentApp} />}
|
||||||
nothingFoundMessage={t("widget.common.app.noData")}
|
nothingFoundMessage={t("widget.common.app.noData")}
|
||||||
renderOption={renderSelectOption}
|
renderOption={renderSelectOption}
|
||||||
|
|||||||
Reference in New Issue
Block a user