feat(ui): show search on AccessSelect

This commit is contained in:
Fu Diwei
2025-05-13 00:33:48 +08:00
committed by RHQYZ
parent 9d522bd9ef
commit 8ca41f18be
4 changed files with 10 additions and 0 deletions

View File

@@ -391,6 +391,7 @@ const ApplyNodeConfigForm = forwardRef<ApplyNodeConfigFormInstance, ApplyNodeCon
return !!provider?.usages?.includes(ACCESS_USAGES.DNS);
}}
placeholder={t("workflow_node.apply.form.provider_access.placeholder")}
showSearch
onChange={handleProviderAccessSelect}
/>
</Form.Item>
@@ -472,6 +473,7 @@ const ApplyNodeConfigForm = forwardRef<ApplyNodeConfigFormInstance, ApplyNodeCon
return !!provider?.usages?.includes(ACCESS_USAGES.CA);
}}
placeholder={t("workflow_node.apply.form.ca_provider_access.placeholder")}
showSearch
/>
</Form.Item>
</Form.Item>