chore: provider form test

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent d86d061f97
commit e188d788b9
27 changed files with 448 additions and 317 deletions
+3
View File
@@ -27,6 +27,7 @@ const SealSelect: React.FC<
loading,
footer,
alwaysFocus = false,
styles,
...rest
} = props;
const intl = useIntl();
@@ -109,6 +110,8 @@ const SealSelect: React.FC<
>
<BaseSelect
{...rest}
styles={styles}
placeholder={placeholder}
footer={footer}
ref={inputRef}
options={children ? null : _options}